Newman Run Dashboard

Wednesday, 04 February 2026 13:58:19
Total Iterations

1

Total Assertions

1531

Total Failed Tests

49

Total Skipped Tests

0


File Information
Collection: Phoenix-Inwarrenty-Flow-Pritish-NR
Environment: QA
Timings and Data
Total run duration: 27s
Total data received: 2.42MB
Average response time: 331ms
Summary Item Total Failed
Requests 77 0
Prerequest Scripts 20 0
Test Scripts 51 0
Assertions 1531 49
Skipped Tests 0 -



Showing 49 Failures

Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 586 to be below 200
Failed Test: Invalid credentials should return 401

Assertion Error Message
expected 500 to equal 401
Failed Test: Invalid credentials should return 'Unauthorized'

Assertion Error Message
expected 'Internal Server Error' to equal 'Unauthorized'
Failed Test: Blank Username and Password should return status code 400

Assertion Error Message
expected 500 to equal 400
Failed Test: Blank Username and Password should return status message 'Bad Request'

Assertion Error Message
expected 'Internal Server Error' to equal 'Bad Request'
Failed Test: Proper error message should be shown for blank credentials

Assertion Error Message
expected 'Invalid request' to equal 'Bad Request'
Failed Test: Check response time is less than 150ms

Assertion Error Message
expected 285 to be below 150
Failed Test: Response mustn't include sensitive information

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify response time < 150ms

Assertion Error Message
expected 313 to be at most 150
Failed Test: Verify Invalid token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Expired token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Expired token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify Response time under 200 ms

Assertion Error Message
expected 308 to be at most 200
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 378 to be below 200
Failed Test: Verify missing authorization token return 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 353 to be below 200
Failed Test: Verify missing authorization token return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing customerdetails should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing product details should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Response time should be below 250 ms

Assertion Error Message
expected 1091 to be below 350
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify response payload don't contain message as success

Assertion Error Message
expected { message: 'Success', data: [] } to not have property 'message'
Failed Test: Response time should be under 200 ms

Assertion Error Message
expected 308 to be below 200
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Empty searchText Returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Response time is under 200 ms

Assertion Error Message
expected 317 to be below 200
Failed Test: Verify Invalid Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar

Assertion Error Message
expected 'Success' to deeply equal 'No record found'
Failed Test: Verify Malformed Job Number will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Malformed Job Number will return Message as "Invalid job number format" or similar

Assertion Error Message
expected 'Success' to deeply equal 'Invalid job number format'
Failed Test: Verify Malformed Job Number will return 405 Method Not Allowed

Assertion Error Message
expected response to have status code 405 but got 404
Failed Test: Verify Response time is less than 200ms

Assertion Error Message
expected 284 to be below 200
Failed Test: Verify Invalid Credentials will return 401 Unauthorized

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test: Verify Blank Credentials will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500


There are no skipped tests



1 Iteration available to view
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 586ms
Mean size per request: 690B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79bee4e3-02fc-4d09-9473-0e097db4e3a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-AMAiZC/0L8uReLUNQZWnkykci54"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg"}}
Test Information
NamePassedFailedSkipped
Verify status code is 200 1 0 0
Verify status code is 'OK' 1 0 0
Verify message is 'Success' 1 0 0
Verify token is present in the response 1 0 0
Verify token is valid 1 0 0
Verify response body matches expected schema 1 0 0
Verify response time is less than 200ms 0 1 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 586 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 287ms
Mean size per request: 111B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3625f5e5-3379-4047-bcda-d5d41d4358d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 66
Request Body
{
            "username": "Audie2",
            "password": "QOYxxQfqZuM6SYv"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Invalid credentials should return 401 0 1 0
Invalid credentials should return 'Unauthorized' 0 1 0
Invalid credentials should return the correct error message 1 0 0
Response body should match the schema 1 0 0
Total 2 2 0
Test Failures
Test NameAssertion Error
Invalid credentials should return 401
expected 500 to equal 401
Invalid credentials should return 'Unauthorized'
expected 'Internal Server Error' to equal 'Unauthorized'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 283ms
Mean size per request: 98B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7d62f385-ce29-4ba2-8e27-c2c199afa2e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Blank Username and Password should return status code 400 0 1 0
Blank Username and Password should return status message 'Bad Request' 0 1 0
Proper error message should be shown for blank credentials 0 1 0
Response body should match the schema 1 0 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Blank Username and Password should return status code 400
expected 500 to equal 400
Blank Username and Password should return status message 'Bad Request'
expected 'Internal Server Error' to equal 'Bad Request'
Proper error message should be shown for blank credentials
expected 'Invalid request' to equal 'Bad Request'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 438B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3e820108-5077-45c2-b914-f0557109995d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status is 'OK' 1 0 0
Check response time is less than 150ms 0 1 0
Validate JSON Schema 1 0 0
User details should be present in the response 1 0 0
Role name should be 'FrontDesk' 1 0 0
Service location should be 'Service Center A' 1 0 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Check response time is less than 150ms
expected 285 to be below 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14239b01-b9bc-445e-a1f0-434e8c28c619
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Response mustn't include sensitive information 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Response mustn't include sensitive information
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 281ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c787d633-9947-49ac-8796-a6d8b5f7f106
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Status code is 401 1 0 0
Status message is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9755b60e-00ef-4916-af17-4fcfe7e6305d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 200
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 283ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 409fb671-84e1-47d0-a4e8-2dc8a0d002be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 500
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 242B

Test Pass Percentage
90 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1740ee9c-2cf4-416f-bc13-1ec1db2f0c39
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-zCbrcY/uxq6oX3k3H+rF86bxMNU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":661},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status message is 'OK' 1 0 0
Verify json schema 1 0 0
Verify message key contains 'Success' 1 0 0
Verify response time < 150ms 0 1 0
Data array length is 3 1 0 0
Verify keys 1 0 0
Verify the type of the data stored in the count under Pending for delivery is of number type 1 0 0
Verify the type of the data stored in the count under Created today is of number type 1 0 0
Verify the type of the data stored in the count under Pending for FST assignment is of number type 1 0 0
Total 9 1 0
Test Failure
Test NameAssertion Error
Verify response time < 150ms
expected 313 to be at most 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 281ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 35f969ef-8b2b-4c6a-8da2-397304332b7b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing token returns status code 401 1 0 0
Verify Missing token returns status message 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 281ms
Mean size per request: 67B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization _a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cV
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62cb4bdf-904c-4719-9404-d745fc3120e2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 67
ETag W/"43-fNb/yQ25ZD+D6U573+3aCF3IDQU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt malformed","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns status code 403 0 1 0
Verify Invalid token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns status code 403
expected response to have status code 403 but got 500
Verify Invalid token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8b0f93bf-955b-4388-9a13-d33ac5723091
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-zCbrcY/uxq6oX3k3H+rF86bxMNU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":661},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify Expired token returns status code 403 0 1 0
Verify Expired token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Expired token returns status code 403
expected response to have status code 403 but got 200
Verify Expired token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 10.53KB

Test Pass Percentage
96 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77d8d885-5841-46ef-a3bd-f1b18ba517f9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:57:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status Code is 200 1 0 0
Verify Status message is 'OK' 1 0 0
Verify Response time under 200 ms 0 1 0
Verify message key contains 'success' 1 0 0
Verify response schema matches expected schema 1 0 0
Verify json response contains key: mst_oem 1 0 0
Verify json response contains key: mst_model 1 0 0
Verify json response contains key: mst_action_status 1 0 0
Verify json response contains key: mst_warrenty_status 1 0 0
Verify json response contains key: mst_platform 1 0 0
Verify json response contains key: mst_product 1 0 0
Verify json response contains key: mst_role 1 0 0
Verify json response contains key: mst_service_location 1 0 0
Verify json response contains key: mst_problem 1 0 0
Verify json response contains key: map_fst_pincode 1 0 0
Verify key- mst_oem , returns a non-empty array 1 0 0
Verify key- mst_model , returns a non-empty array 1 0 0
Verify key- mst_action_status , returns a non-empty array 1 0 0
Verify key- mst_warrenty_status , returns a non-empty array 1 0 0
Verify key- mst_platform , returns a non-empty array 1 0 0
Verify key- mst_product , returns a non-empty array 1 0 0
Verify key- mst_role , returns a non-empty array 1 0 0
Verify key- mst_service_location , returns a non-empty array 1 0 0
Verify key- mst_problem , returns a non-empty array 1 0 0
Verify key- map_fst_pincode , returns a non-empty array 1 0 0
Total 24 1 0
Test Failure
Test NameAssertion Error
Verify Response time under 200 ms
expected 308 to be at most 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 281ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 03860998-88a5-41cd-9144-201a22c7dcac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Status code is 401 1 0 0
Verify Status code is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 283ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 56af7d06-f4f1-43dc-87ed-b800b6bb3154
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 500
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 300ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd40681e-193e-4c1e-b6bd-301d5916bf38
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:57:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 200
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 378ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2cb5b4e-1d09-4907-a179-01efeaa82dfb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1118
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Matt",
                "last_name": "Jaskolski",
                "mobile_number": "964-853-1152",
                "mobile_number_alt": "964-853-1152",
                "email_id": "Jules27@yahoo.com",
                "email_id_alt": "Jules27@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "15368360199044",
                "imei1": "15368360199044",
                "imei2": "15368360199044",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-/jTQiYnrkGGcI8UXipQfSGK2NFk"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":177093,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":177110,"tr_customer_product_id":177100,"job_number":"JOB_177093"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 378 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 281ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c27f19fc-38f9-4b45-87d8-c4234d24a2ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1127
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Lenny",
                "last_name": "Mitchell",
                "mobile_number": "432-979-8980",
                "mobile_number_alt": "204-633-9146",
                "email_id": "Katherine52@yahoo.com",
                "email_id_alt": "Macie_Cremin@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "15368360199044",
                "imei1": "15368360199044",
                "imei2": "15368360199044",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 71B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f26c14e7-0be7-4455-9f26-6acfb74c231d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1128
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Dillan",
                "last_name": "Marvin",
                "mobile_number": "772-306-9797",
                "mobile_number_alt": "514-206-2283",
                "email_id": "Jessie50@hotmail.com",
                "email_id_alt": "Jaeden_Schmeler@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "15368360199044",
                "imei1": "15368360199044",
                "imei2": "15368360199044",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 71
ETag W/"47-3fyFQKYzbJTwnROVExMoVXviIKc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"invalid signature","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 353ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 57cf8b26-31ed-4e57-8ede-4149c160f00a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1127
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Gunner",
                "last_name": "Walsh",
                "mobile_number": "549-905-1539",
                "mobile_number_alt": "722-991-9243",
                "email_id": "Abigail.Rolfson@hotmail.com",
                "email_id_alt": "Favian33@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "15593917395712",
                "imei1": "15593917395712",
                "imei2": "15593917395712",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-eGabgmzlXdtNBtGUsTwsm2N3dIQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":177094,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":177111,"tr_customer_product_id":177101,"job_number":"JOB_177094"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 353 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 132B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fc77a238-8010-4d8c-af13-54dd876b417d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1045
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Derick",
                "last_name": "Wiza",
                "mobile_number": "249-729-6610",
                "mobile_number_alt": "855-660-9775",
                "email_id": "Sophia90@gmail.com",
                "email_id_alt": "Maximillia.Dickens85@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "15368360199044",
                "imei1": "15368360199044",
                "imei2": "15368360199044",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 132
ETag W/"84-mCZHtUk0ZkwUr6gxgJA2gMxVbaw"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"problems\" does not contain 1 required value(s)","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 400 Bad Request 0 1 0
Verify message is '"problems" does not contain 1 required value(s)' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 107B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ceaa8187-702f-4c6d-ac6d-831698b53f53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 851
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "15368360199044",
                "imei1": "15368360199044",
                "imei2": "15368360199044",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                 {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 107
ETag W/"6b-kQDRJ6W7HggkRpZCxcjxWaVIyzQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing customerdetails should return 400 Bad Request 0 1 0
Verify message is '"customer" is required' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing customerdetails should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 115B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 825ae44b-ddff-453e-b376-0d2c57ab8b05
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 841
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Darrell",
                "last_name": "Olson",
                "mobile_number": "444-826-7860",
                "mobile_number_alt": "512-950-3379",
                "email_id": "Marta.Balistreri22@yahoo.com",
                "email_id_alt": "Osvaldo_White@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 115
ETag W/"73-CHiztoQ3jyrfM7EgEEqfDYsvzXM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer_product\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing product details should return 400 Bad Request 0 1 0
Verify message is '"customer_product" is required 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing product details should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 143B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 15abd23c-25f4-470b-91cc-f233a25cd2c3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1119
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Antonetta",
                "last_name": "Effertz",
                "mobile_number": "479-517-2528",
                "mobile_number_alt": "225-975-1840",
                "email_id": "Jevon60@yahoo.com",
                "email_id_alt": "Mabel_Bartell72@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1053712847",
                "imei1": "1053712847",
                "imei2": "1053712847",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:57:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Verify message contains 'serial_number' length must be at least 14 characters long' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 359ms
Mean size per request: 233B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f9158b65-c822-4bae-b0d1-b39b259d3096
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1139
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Roma",
                "last_name": "Bechtelar",
                "mobile_number": "743-813-1376",
                "mobile_number_alt": "581-928-8434",
                "email_id": "Adelle_Smitham71@hotmail.com",
                "email_id_alt": "Marcelino24@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1378807263283678",
                "imei1": "1378807263283678",
                "imei2": "1378807263283678",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-9sVoPryhZN8CFpSAFH15G8M9CLk"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":177095,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":177112,"tr_customer_product_id":177102,"job_number":"JOB_177095"}}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 314ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec0062d3-6620-4129-a666-82cb090baa6c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-cfCMKVAC57zT3ZyGSBOfjnsGHCc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":664},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify the count of the created job is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 1091ms
Mean size per request: 644.03KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9747c452-6f04-4128-8038-629caf16bd51
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a1021-xDp43bEkXP2Uq+Yb6JCe5+GscAY"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":177092,"job_number":"JOB_177092","tr_customer_id":177109,"tr_customer_product_id":177099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:50:34.000Z","modified_at":"2026-02-04T13:50:34.000Z","name":"Vishwamitra Johar","mobile_number":"8243093735","email_id":"ganesh.butt@gmail.com","dop":"2026-01-25","serial_number":"811401870701302","imei1":"436644173119385","imei2":"594026204612467","popurl":"www.jyotsana-marar.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177090,"job_number":"JOB_177090","tr_customer_id":177107,"tr_customer_product_id":177097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:09.000Z","modified_at":"2026-02-04T13:49:09.000Z","name":"Chitrali Achari","mobile_number":"8245536671","email_id":"akshainie.guneta@gmail.com","dop":"2026-01-25","serial_number":"566279805712715","imei1":"717661510415295","imei2":"862342177737491","popurl":"www.kalinda-nair.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177088,"job_number":"JOB_177088","tr_customer_id":177105,"tr_customer_product_id":177095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177087,"job_number":"JOB_177087","tr_customer_id":177104,"tr_customer_product_id":177094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177086,"job_number":"JOB_177086","tr_customer_id":177103,"tr_customer_product_id":177093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177085,"job_number":"JOB_177085","tr_customer_id":177102,"tr_customer_product_id":177092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177084,"job_number":"JOB_177084","tr_customer_id":177101,"tr_customer_product_id":177091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177083,"job_number":"JOB_177083","tr_customer_id":177100,"tr_customer_product_id":177090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:35:12.000Z","modified_at":"2026-02-04T13:35:12.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162090","imei1":"15957150162090","imei2":"15957150162090","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177031,"job_number":"JOB_177031","tr_customer_id":177048,"tr_customer_product_id":177038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:42:08.000Z","modified_at":"2026-02-04T11:42:08.000Z","name":"Coby Jacobson","mobile_number":"820-260-0899","email_id":"Narciso98@yahoo.com","dop":"2026-01-06","serial_number":"1017824063777275","imei1":"1017824063777275","imei2":"1017824063777275","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177029,"job_number":"JOB_177029","tr_customer_id":177046,"tr_customer_product_id":177036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:27:04.000Z","modified_at":"2026-02-04T11:27:04.000Z","name":"Coby Hahn","mobile_number":"364-212-0618","email_id":"Trystan_Robel47@gmail.com","dop":"2026-01-06","serial_number":"10868657456142","imei1":"10868657456142","imei2":"10868657456142","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177028,"job_number":"JOB_177028","tr_customer_id":177045,"tr_customer_product_id":177035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:44.000Z","modified_at":"2026-02-04T11:26:44.000Z","name":"Erich Schowalter","mobile_number":"301-875-8804","email_id":"Karine_Yost31@hotmail.com","dop":"2026-01-06","serial_number":"10498286637592","imei1":"10498286637592","imei2":"10498286637592","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177027,"job_number":"JOB_177027","tr_customer_id":177044,"tr_customer_product_id":177034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:00.000Z","modified_at":"2026-02-04T11:26:00.000Z","name":"Deanna Lakin","mobile_number":"502-713-9661","email_id":"Maureen.Shields17@yahoo.com","dop":"2026-01-06","serial_number":"10595498693026","imei1":"10595498693026","imei2":"10595498693026","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177026,"job_number":"JOB_177026","tr_customer_id":177043,"tr_customer_product_id":177033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:16:01.000Z","modified_at":"2026-02-04T11:16:01.000Z","name":"Reynold Yundt","mobile_number":"278-322-7056","email_id":"Davin.Von39@gmail.com","dop":"2026-01-06","serial_number":"10164157703219","imei1":"10164157703219","imei2":"10164157703219","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176989,"job_number":"JOB_176989","tr_customer_id":177006,"tr_customer_product_id":176996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:55.000Z","modified_at":"2026-02-04T10:24:55.000Z","name":"Jesse Mayert","mobile_number":"978-867-2054","email_id":"Verna_Waters@hotmail.com","dop":"2026-01-06","serial_number":"10495688003968","imei1":"10495688003968","imei2":"10495688003968","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176988,"job_number":"JOB_176988","tr_customer_id":177005,"tr_customer_product_id":176995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:15.000Z","modified_at":"2026-02-04T10:24:15.000Z","name":"Bridget Harvey","mobile_number":"610-799-9672","email_id":"Crystal.Lowe@yahoo.com","dop":"2026-01-06","serial_number":"10652522871175","imei1":"10652522871175","imei2":"10652522871175","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176987,"job_number":"JOB_176987","tr_customer_id":177004,"tr_customer_product_id":176994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:14:23.000Z","modified_at":"2026-02-04T10:14:23.000Z","name":"Drake Kovacek","mobile_number":"729-752-4357","email_id":"Edwin.Koch83@hotmail.com","dop":"2026-01-06","serial_number":"10049849786226","imei1":"10049849786226","imei2":"10049849786226","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176904,"job_number":"JOB_176904","tr_customer_id":176921,"tr_customer_product_id":176911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:35.000Z","modified_at":"2026-02-04T08:00:46.000Z","name":"Kendall Wilkinson","mobile_number":"329-696-7962","email_id":"Devin_Emmerich12@gmail.com","dop":"2025-11-04","serial_number":"90888060352626","imei1":"90888060352626","imei2":"90888060352626","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176903,"job_number":"JOB_176903","tr_customer_id":176920,"tr_customer_product_id":176910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:19.000Z","modified_at":"2026-02-04T08:00:30.000Z","name":"Clemmie MacGyver","mobile_number":"352-449-9969","email_id":"Brisa_Kihn@gmail.com","dop":"2025-11-04","serial_number":"37664467090154","imei1":"37664467090154","imei2":"37664467090154","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176902,"job_number":"JOB_176902","tr_customer_id":176919,"tr_customer_product_id":176909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:03.000Z","modified_at":"2026-02-04T08:00:15.000Z","name":"Payton Abshire","mobile_number":"408-538-9146","email_id":"Rusty.Kassulke24@gmail.com","dop":"2025-11-04","serial_number":"74292238238032","imei1":"74292238238032","imei2":"74292238238032","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176899,"job_number":"JOB_176899","tr_customer_id":176916,"tr_customer_product_id":176906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:38.000Z","modified_at":"2026-02-04T07:49:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guadalupe_Schowalter71@hotmail.com","dop":"2025-07-02","serial_number":"16285083658681","imei1":"16285083658681","imei2":"16285083658681","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176898,"job_number":"JOB_176898","tr_customer_id":176915,"tr_customer_product_id":176905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:17.000Z","modified_at":"2026-02-04T07:49:17.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Adele.Ruecker@yahoo.com","dop":"2025-07-02","serial_number":"18607156575775","imei1":"18607156575775","imei2":"18607156575775","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176897,"job_number":"JOB_176897","tr_customer_id":176914,"tr_customer_product_id":176904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:48:55.000Z","modified_at":"2026-02-04T07:48:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Gustave_Pfeffer31@gmail.com","dop":"2025-07-02","serial_number":"15787147189209","imei1":"15787147189209","imei2":"15787147189209","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176896,"job_number":"JOB_176896","tr_customer_id":176913,"tr_customer_product_id":176903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:49.000Z","modified_at":"2026-02-04T07:44:00.000Z","name":"Carolyne Collins","mobile_number":"594-746-0357","email_id":"Nikko.Baumbach@hotmail.com","dop":"2025-11-04","serial_number":"98078291132871","imei1":"98078291132871","imei2":"98078291132871","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176895,"job_number":"JOB_176895","tr_customer_id":176912,"tr_customer_product_id":176902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:35.000Z","modified_at":"2026-02-04T07:43:45.000Z","name":"Elroy Heller","mobile_number":"213-531-6807","email_id":"Otto23@hotmail.com","dop":"2025-11-04","serial_number":"70502130793654","imei1":"70502130793654","imei2":"70502130793654","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176894,"job_number":"JOB_176894","tr_customer_id":176911,"tr_customer_product_id":176901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:20.000Z","modified_at":"2026-02-04T07:43:31.000Z","name":"Alva Towne","mobile_number":"386-447-6006","email_id":"Alexander.Bailey@hotmail.com","dop":"2025-11-04","serial_number":"58341124239210","imei1":"58341124239210","imei2":"58341124239210","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176795,"job_number":"JOB_176795","tr_customer_id":176812,"tr_customer_product_id":176802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:01.000Z","modified_at":"2026-02-04T06:45:12.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"99423519733573","imei1":"99423519733573","imei2":"99423519733573","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176766,"job_number":"JOB_176766","tr_customer_id":176783,"tr_customer_product_id":176773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:45.000Z","modified_at":"2026-02-04T06:38:55.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"62679280719438","imei1":"62679280719438","imei2":"62679280719438","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176765,"job_number":"JOB_176765","tr_customer_id":176782,"tr_customer_product_id":176772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:30.000Z","modified_at":"2026-02-04T06:38:41.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"29824214904003","imei1":"29824214904003","imei2":"29824214904003","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176764,"job_number":"JOB_176764","tr_customer_id":176781,"tr_customer_product_id":176771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:16.000Z","modified_at":"2026-02-04T06:38:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"44908421287529","imei1":"44908421287529","imei2":"44908421287529","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176760,"job_number":"JOB_176760","tr_customer_id":176777,"tr_customer_product_id":176767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Petra Hilpert","mobile_number":"463-514-3520","email_id":"Janet18@hotmail.com","dop":"2025-06-09","serial_number":"105955043591609","imei1":"105955043591609","imei2":"105955043591609","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176759,"job_number":"JOB_176759","tr_customer_id":176776,"tr_customer_product_id":176766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:39.000Z","name":"Alvina Cruickshank","mobile_number":"327-205-6261","email_id":"Oran_Hermiston@hotmail.com","dop":"2025-06-09","serial_number":"105375111214705","imei1":"105375111214705","imei2":"105375111214705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176758,"job_number":"JOB_176758","tr_customer_id":176775,"tr_customer_product_id":176765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101441515418479","imei1":"101441515418479","imei2":"101441515418479","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176755,"job_number":"JOB_176755","tr_customer_id":176772,"tr_customer_product_id":176762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Electa Lueilwitz","mobile_number":"371-559-7307","email_id":"Alessandra.Keeling@gmail.com","dop":"2025-06-09","serial_number":"106487929375273","imei1":"106487929375273","imei2":"106487929375273","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176754,"job_number":"JOB_176754","tr_customer_id":176771,"tr_customer_product_id":176761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:23.000Z","name":"Alexandrine Murray","mobile_number":"204-327-1732","email_id":"Rubye_Pouros4@hotmail.com","dop":"2025-06-09","serial_number":"108660126693351","imei1":"108660126693351","imei2":"108660126693351","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176753,"job_number":"JOB_176753","tr_customer_id":176770,"tr_customer_product_id":176760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104282484824161","imei1":"104282484824161","imei2":"104282484824161","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176752,"job_number":"JOB_176752","tr_customer_id":176769,"tr_customer_product_id":176759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"Destinee Kovacek","mobile_number":"502-200-8718","email_id":"Prince_Gottlieb9@hotmail.com","dop":"2025-06-09","serial_number":"107422094904784","imei1":"107422094904784","imei2":"107422094904784","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176751,"job_number":"JOB_176751","tr_customer_id":176768,"tr_customer_product_id":176758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:37:08.000Z","name":"Wayne Sawayn","mobile_number":"711-667-6360","email_id":"Jessika.Kemmer@hotmail.com","dop":"2025-06-09","serial_number":"101451323878786","imei1":"101451323878786","imei2":"101451323878786","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176750,"job_number":"JOB_176750","tr_customer_id":176767,"tr_customer_product_id":176757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108340007855730","imei1":"108340007855730","imei2":"108340007855730","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176748,"job_number":"JOB_176748","tr_customer_id":176765,"tr_customer_product_id":176755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:58.000Z","modified_at":"2026-02-04T06:35:22.000Z","name":"Baron Jaskolski","mobile_number":"446-324-5529","email_id":"Micaela.Fadel86@gmail.com","dop":"2025-10-01","serial_number":"19034165084134","imei1":"19034165084134","imei2":"19034165084134","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:55.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:39.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:24.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":177095,"job_number":"JOB_177095","tr_customer_id":177112,"tr_customer_product_id":177102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:58:00.000Z","modified_at":"2026-02-04T13:58:00.000Z","name":"Roma Bechtelar","mobile_number":"743-813-1376","email_id":"Adelle_Smitham71@hotmail.com","dop":"2025-05-30","serial_number":"1378807263283678","imei1":"1378807263283678","imei2":"1378807263283678","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177094,"job_number":"JOB_177094","tr_customer_id":177111,"tr_customer_product_id":177101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:58.000Z","modified_at":"2026-02-04T13:57:58.000Z","name":"Gunner Walsh","mobile_number":"549-905-1539","email_id":"Abigail.Rolfson@hotmail.com","dop":"2025-05-30","serial_number":"15593917395712","imei1":"15593917395712","imei2":"15593917395712","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:57:57.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177091,"job_number":"JOB_177091","tr_customer_id":177108,"tr_customer_product_id":177098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:14.000Z","modified_at":"2026-02-04T13:49:14.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-25","serial_number":"27700110461009","imei1":"27700110461009","imei2":"27700110461009","popurl":"2026-01-25T13:49:13.056774185Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177089,"job_number":"JOB_177089","tr_customer_id":177106,"tr_customer_product_id":177096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:41:44.000Z","modified_at":"2026-02-04T13:41:44.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-25","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-25T13:41:43.109459152Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177082,"job_number":"JOB_177082","tr_customer_id":177099,"tr_customer_product_id":177089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:29:41.000Z","modified_at":"2026-02-04T13:29:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15816067916974","imei1":"15816067916974","imei2":"15816067916974","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177081,"job_number":"JOB_177081","tr_customer_id":177098,"tr_customer_product_id":177088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:27:17.000Z","modified_at":"2026-02-04T13:27:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"18840738938670","imei1":"18840738938670","imei2":"18840738938670","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177080,"job_number":"JOB_177080","tr_customer_id":177097,"tr_customer_product_id":177087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:24:37.000Z","modified_at":"2026-02-04T13:24:37.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17087504355741","imei1":"17087504355741","imei2":"17087504355741","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177079,"job_number":"JOB_177079","tr_customer_id":177096,"tr_customer_product_id":177086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:52.000Z","modified_at":"2026-02-04T13:22:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15374522396832","imei1":"15374522396832","imei2":"15374522396832","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177078,"job_number":"JOB_177078","tr_customer_id":177095,"tr_customer_product_id":177085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:49.000Z","modified_at":"2026-02-04T13:22:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"19807955640988","imei1":"19807955640988","imei2":"19807955640988","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177077,"job_number":"JOB_177077","tr_customer_id":177094,"tr_customer_product_id":177084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:43.000Z","modified_at":"2026-02-04T13:22:43.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17199952250713","imei1":"17199952250713","imei2":"17199952250713","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177076,"job_number":"JOB_177076","tr_customer_id":177093,"tr_customer_product_id":177083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:10:06.000Z","modified_at":"2026-02-04T13:10:06.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"77482599378766","imei1":"77482599378766","imei2":"77482599378766","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177075,"job_number":"JOB_177075","tr_customer_id":177092,"tr_customer_product_id":177082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:56.000Z","modified_at":"2026-02-04T12:34:32.000Z","name":"Reta Kerluke","mobile_number":"612-803-2627","email_id":"Skyla.Friesen31@yahoo.com","dop":"2025-02-01","serial_number":"61941237847437","imei1":"61941237847437","imei2":"61941237847437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:34:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177074,"job_number":"JOB_177074","tr_customer_id":177091,"tr_customer_product_id":177081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:55.000Z","modified_at":"2026-02-04T12:33:55.000Z","name":"Johathan Cartwright","mobile_number":"296-997-8162","email_id":"Brooke_Marquardt@gmail.com","dop":"2025-02-01","serial_number":"41121450022266","imei1":"41121450022266","imei2":"41121450022266","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177073,"job_number":"JOB_177073","tr_customer_id":177090,"tr_customer_product_id":177080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:54.000Z","modified_at":"2026-02-04T12:33:54.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"94867494615627","imei1":"94867494615627","imei2":"94867494615627","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177072,"job_number":"JOB_177072","tr_customer_id":177089,"tr_customer_product_id":177079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:10.000Z","modified_at":"2026-02-04T12:33:47.000Z","name":"Harrison Jacobs","mobile_number":"655-622-8187","email_id":"Colin_Orn@yahoo.com","dop":"2025-02-01","serial_number":"102432818807436","imei1":"102432818807436","imei2":"102432818807436","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177071,"job_number":"JOB_177071","tr_customer_id":177088,"tr_customer_product_id":177078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:09.000Z","modified_at":"2026-02-04T12:33:09.000Z","name":"Hank Ullrich","mobile_number":"632-763-0464","email_id":"Kyler_Gorczany@gmail.com","dop":"2025-02-01","serial_number":"34884447987679","imei1":"34884447987679","imei2":"34884447987679","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177070,"job_number":"JOB_177070","tr_customer_id":177087,"tr_customer_product_id":177077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:08.000Z","modified_at":"2026-02-04T12:33:08.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14775577894328","imei1":"14775577894328","imei2":"14775577894328","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177069,"job_number":"JOB_177069","tr_customer_id":177086,"tr_customer_product_id":177076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:24.000Z","modified_at":"2026-02-04T12:33:01.000Z","name":"Harmony Stokes","mobile_number":"239-286-8560","email_id":"Geo.Sauer56@yahoo.com","dop":"2025-02-01","serial_number":"61101248329046","imei1":"61101248329046","imei2":"61101248329046","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177068,"job_number":"JOB_177068","tr_customer_id":177085,"tr_customer_product_id":177075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"Josh Gottlieb","mobile_number":"411-718-2531","email_id":"Eli.Hintz@hotmail.com","dop":"2025-02-01","serial_number":"19720460409828","imei1":"19720460409828","imei2":"19720460409828","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177067,"job_number":"JOB_177067","tr_customer_id":177084,"tr_customer_product_id":177074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"58712895675915","imei1":"58712895675915","imei2":"58712895675915","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177066,"job_number":"JOB_177066","tr_customer_id":177083,"tr_customer_product_id":177073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:29:09.000Z","modified_at":"2026-02-04T12:29:09.000Z","name":"Imani O'Keefe","mobile_number":"528-481-8222","email_id":"Taryn_Keeling@gmail.com","dop":"2026-01-04","serial_number":"15609221968326","imei1":"15609221968326","imei2":"15609221968326","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177065,"job_number":"JOB_177065","tr_customer_id":177082,"tr_customer_product_id":177072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:26.000Z","modified_at":"2026-02-04T12:27:58.000Z","name":"Jasmin Dare","mobile_number":"954-631-8605","email_id":"Morton_Thiel86@gmail.com","dop":"2025-02-01","serial_number":"59523177227848","imei1":"59523177227848","imei2":"59523177227848","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177064,"job_number":"JOB_177064","tr_customer_id":177081,"tr_customer_product_id":177071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"Ryley Rohan","mobile_number":"777-238-1965","email_id":"Alysa_Gleason@hotmail.com","dop":"2025-02-01","serial_number":"75373653138951","imei1":"75373653138951","imei2":"75373653138951","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177063,"job_number":"JOB_177063","tr_customer_id":177080,"tr_customer_product_id":177070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"79579249894297","imei1":"79579249894297","imei2":"79579249894297","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177062,"job_number":"JOB_177062","tr_customer_id":177079,"tr_customer_product_id":177069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:45.000Z","modified_at":"2026-02-04T12:27:17.000Z","name":"Maybelle Tromp","mobile_number":"724-741-0565","email_id":"Amy.Prohaska70@hotmail.com","dop":"2025-02-01","serial_number":"104485384635073","imei1":"104485384635073","imei2":"104485384635073","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177061,"job_number":"JOB_177061","tr_customer_id":177078,"tr_customer_product_id":177068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"Joannie Quigley","mobile_number":"845-635-3865","email_id":"Gia_Dare37@gmail.com","dop":"2025-02-01","serial_number":"107206464334829","imei1":"107206464334829","imei2":"107206464334829","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177060,"job_number":"JOB_177060","tr_customer_id":177077,"tr_customer_product_id":177067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14144610327656","imei1":"14144610327656","imei2":"14144610327656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177059,"job_number":"JOB_177059","tr_customer_id":177076,"tr_customer_product_id":177066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:04.000Z","modified_at":"2026-02-04T12:26:37.000Z","name":"Juana Aufderhar","mobile_number":"732-921-0441","email_id":"Matilda_Huels@yahoo.com","dop":"2025-02-01","serial_number":"44107185092758","imei1":"44107185092758","imei2":"44107185092758","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177058,"job_number":"JOB_177058","tr_customer_id":177075,"tr_customer_product_id":177065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"Itzel Bashirian","mobile_number":"401-213-4024","email_id":"Ezra.Schoen@hotmail.com","dop":"2025-02-01","serial_number":"31366531157798","imei1":"31366531157798","imei2":"31366531157798","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177057,"job_number":"JOB_177057","tr_customer_id":177074,"tr_customer_product_id":177064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"13431865845913","imei1":"13431865845913","imei2":"13431865845913","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177056,"job_number":"JOB_177056","tr_customer_id":177073,"tr_customer_product_id":177063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:24:08.000Z","modified_at":"2026-02-04T12:24:08.000Z","name":"Arnoldo Gaylord","mobile_number":"297-995-8951","email_id":"Sage20@hotmail.com","dop":"2026-01-04","serial_number":"16735706140736","imei1":"16735706140736","imei2":"16735706140736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177055,"job_number":"JOB_177055","tr_customer_id":177072,"tr_customer_product_id":177062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:09.000Z","modified_at":"2026-02-04T12:18:44.000Z","name":"Aryanna Stoltenberg","mobile_number":"382-465-5986","email_id":"Rigoberto.McLaughlin@yahoo.com","dop":"2025-02-01","serial_number":"65878412512332","imei1":"65878412512332","imei2":"65878412512332","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177054,"job_number":"JOB_177054","tr_customer_id":177071,"tr_customer_product_id":177061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"Tania Bechtelar","mobile_number":"246-832-4379","email_id":"Jocelyn79@hotmail.com","dop":"2025-02-01","serial_number":"43523573975524","imei1":"43523573975524","imei2":"43523573975524","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177053,"job_number":"JOB_177053","tr_customer_id":177070,"tr_customer_product_id":177060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"102616783608262","imei1":"102616783608262","imei2":"102616783608262","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177052,"job_number":"JOB_177052","tr_customer_id":177069,"tr_customer_product_id":177059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:25.000Z","modified_at":"2026-02-04T12:18:00.000Z","name":"Blaze Willms","mobile_number":"351-891-7997","email_id":"Quinton38@hotmail.com","dop":"2025-02-01","serial_number":"61432937308800","imei1":"61432937308800","imei2":"61432937308800","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177051,"job_number":"JOB_177051","tr_customer_id":177068,"tr_customer_product_id":177058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"Clara Hermiston","mobile_number":"885-468-4186","email_id":"Tyrel_Christiansen@gmail.com","dop":"2025-02-01","serial_number":"102386413638434","imei1":"102386413638434","imei2":"102386413638434","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177050,"job_number":"JOB_177050","tr_customer_id":177067,"tr_customer_product_id":177057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"40217359508018","imei1":"40217359508018","imei2":"40217359508018","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177049,"job_number":"JOB_177049","tr_customer_id":177066,"tr_customer_product_id":177056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:40.000Z","modified_at":"2026-02-04T12:17:16.000Z","name":"Julianne Hartmann","mobile_number":"306-569-3499","email_id":"Devonte83@yahoo.com","dop":"2025-02-01","serial_number":"42035281123111","imei1":"42035281123111","imei2":"42035281123111","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177048,"job_number":"JOB_177048","tr_customer_id":177065,"tr_customer_product_id":177055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"Austin Cassin","mobile_number":"324-491-3836","email_id":"Alexys.Schowalter47@hotmail.com","dop":"2025-02-01","serial_number":"33766534987226","imei1":"33766534987226","imei2":"33766534987226","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177047,"job_number":"JOB_177047","tr_customer_id":177064,"tr_customer_product_id":177054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"46166961367992","imei1":"46166961367992","imei2":"46166961367992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177046,"job_number":"JOB_177046","tr_customer_id":177063,"tr_customer_product_id":177053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:15:56.000Z","modified_at":"2026-02-04T12:15:56.000Z","name":"Nickolas Keebler","mobile_number":"346-930-0798","email_id":"Carley.Dare@yahoo.com","dop":"2026-01-04","serial_number":"41721381790577380","imei1":"41721381790577380","imei2":"41721381790577380","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177045,"job_number":"JOB_177045","tr_customer_id":177062,"tr_customer_product_id":177052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:39.000Z","modified_at":"2026-02-04T12:12:39.000Z","name":"Alverta Hodkiewicz","mobile_number":"253-202-9225","email_id":"Marc.Mills39@hotmail.com","dop":"2026-01-04","serial_number":"73190982891586580","imei1":"73190982891586580","imei2":"73190982891586580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177044,"job_number":"JOB_177044","tr_customer_id":177061,"tr_customer_product_id":177051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:01.000Z","modified_at":"2026-02-04T12:12:01.000Z","name":"Rosalee Osinski","mobile_number":"255-805-8074","email_id":"Shayna20@hotmail.com","dop":"2026-01-04","serial_number":"1646467900020400","imei1":"1646467900020400","imei2":"1646467900020400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177043,"job_number":"JOB_177043","tr_customer_id":177060,"tr_customer_product_id":177050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:58:34.000Z","modified_at":"2026-02-04T11:58:34.000Z","name":"Blaze Spencer","mobile_number":"885-605-4343","email_id":"Santina_Cartwright@hotmail.com","dop":"2026-01-04","serial_number":"15705427034963","imei1":"15705427034963","imei2":"15705427034963","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177042,"job_number":"JOB_177042","tr_customer_id":177059,"tr_customer_product_id":177049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:27.000Z","modified_at":"2026-02-04T11:57:27.000Z","name":"Edythe Bogan","mobile_number":"327-730-5279","email_id":"Neil_Greenfelder43@yahoo.com","dop":"2026-01-04","serial_number":"16506725939430","imei1":"16506725939430","imei2":"16506725939430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177041,"job_number":"JOB_177041","tr_customer_id":177058,"tr_customer_product_id":177048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:12.000Z","modified_at":"2026-02-04T11:57:12.000Z","name":"Annie Collins","mobile_number":"676-503-1724","email_id":"Terrell58@hotmail.com","dop":"2026-01-04","serial_number":"16730791525290","imei1":"16730791525290","imei2":"16730791525290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177040,"job_number":"JOB_177040","tr_customer_id":177057,"tr_customer_product_id":177047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:56:47.000Z","modified_at":"2026-02-04T11:56:47.000Z","name":"Noemy Bins","mobile_number":"727-266-3439","email_id":"Gustave_Rohan40@yahoo.com","dop":"2026-01-04","serial_number":"11933140593659","imei1":"11933140593659","imei2":"11933140593659","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177039,"job_number":"JOB_177039","tr_customer_id":177056,"tr_customer_product_id":177046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:54:31.000Z","modified_at":"2026-02-04T11:54:31.000Z","name":"Yadira Heller","mobile_number":"608-381-4397","email_id":"Don.Considine@yahoo.com","dop":"2026-01-04","serial_number":"10557585698834","imei1":"10557585698834","imei2":"10557585698834","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177038,"job_number":"JOB_177038","tr_customer_id":177055,"tr_customer_product_id":177045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:56.000Z","modified_at":"2026-02-04T11:53:56.000Z","name":"Lucious Okuneva","mobile_number":"401-530-5175","email_id":"Lenna.Wyman@hotmail.com","dop":"2026-01-04","serial_number":"11802357460840","imei1":"11802357460840","imei2":"11802357460840","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177037,"job_number":"JOB_177037","tr_customer_id":177054,"tr_customer_product_id":177044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:33.000Z","modified_at":"2026-02-04T11:53:33.000Z","name":"Bailey Roob","mobile_number":"587-640-3194","email_id":"Oscar_Hahn@gmail.com","dop":"2026-01-04","serial_number":"11433389103631","imei1":"11433389103631","imei2":"11433389103631","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177036,"job_number":"JOB_177036","tr_customer_id":177053,"tr_customer_product_id":177043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:23.000Z","modified_at":"2026-02-04T11:53:23.000Z","name":"Trace Monahan","mobile_number":"434-991-7656","email_id":"Derek.Shields19@hotmail.com","dop":"2026-01-04","serial_number":"12961870801831","imei1":"12961870801831","imei2":"12961870801831","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177035,"job_number":"JOB_177035","tr_customer_id":177052,"tr_customer_product_id":177042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:08.000Z","modified_at":"2026-02-04T11:53:08.000Z","name":"Gabrielle Kuhn","mobile_number":"977-290-5128","email_id":"Kiel_Kris78@yahoo.com","dop":"2026-01-04","serial_number":"16997897009143","imei1":"16997897009143","imei2":"16997897009143","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177034,"job_number":"JOB_177034","tr_customer_id":177051,"tr_customer_product_id":177041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:49:39.000Z","modified_at":"2026-02-04T11:49:39.000Z","name":"Obie Bernier","mobile_number":"727-255-0697","email_id":"Cornelius_Balistreri@yahoo.com","dop":"2026-01-04","serial_number":"18097852246711","imei1":"18097852246711","imei2":"18097852246711","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177033,"job_number":"JOB_177033","tr_customer_id":177050,"tr_customer_product_id":177040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:18.000Z","modified_at":"2026-02-04T11:48:18.000Z","name":"Deanna Feeney","mobile_number":"672-762-9321","email_id":"Kathryn_Sauer@gmail.com","dop":"2026-01-04","serial_number":"17552888746213","imei1":"17552888746213","imei2":"17552888746213","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177032,"job_number":"JOB_177032","tr_customer_id":177049,"tr_customer_product_id":177039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:07.000Z","modified_at":"2026-02-04T11:48:07.000Z","name":"Korbin Schinner","mobile_number":"203-416-6097","email_id":"Claud22@hotmail.com","dop":"2026-01-04","serial_number":"12180824390282","imei1":"12180824390282","imei2":"12180824390282","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177030,"job_number":"JOB_177030","tr_customer_id":177047,"tr_customer_product_id":177037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:38:59.000Z","modified_at":"2026-02-04T11:39:03.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"18463990058461","imei1":"18463990058461","imei2":"18463990058461","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T11:39:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177025,"job_number":"JOB_177025","tr_customer_id":177042,"tr_customer_product_id":177032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:41.000Z","modified_at":"2026-02-04T11:06:41.000Z","name":"Erika Schinner","mobile_number":"497-624-0714","email_id":"Breanna_Treutel31@gmail.com","dop":"2026-01-23","serial_number":"186611539858946","imei1":"186611539858946","imei2":"186611539858946","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177024,"job_number":"JOB_177024","tr_customer_id":177041,"tr_customer_product_id":177031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:39.000Z","modified_at":"2026-02-04T11:06:49.000Z","name":"Tyson Kuhlman","mobile_number":"247-293-3624","email_id":"Sabina_Koch@yahoo.com","dop":"2026-01-23","serial_number":"19970624177128","imei1":"19970624177128","imei2":"19970624177128","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T11:06:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":177023,"job_number":"JOB_177023","tr_customer_id":177040,"tr_customer_product_id":177030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:41.000Z","modified_at":"2026-02-04T11:01:41.000Z","name":"Surya Asan","mobile_number":"8686749537","email_id":"subhash.chopra@yahoo.co.in","dop":"2026-01-25","serial_number":"42690958927178","imei1":"42690958927178","imei2":"42690958927178","popurl":"www.manik-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177022,"job_number":"JOB_177022","tr_customer_id":177039,"tr_customer_product_id":177029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:30.000Z","modified_at":"2026-02-04T11:01:30.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-25","serial_number":"46419271373584","imei1":"46419271373584","imei2":"46419271373584","popurl":"2026-01-25T11:01:20.060307914Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177021,"job_number":"JOB_177021","tr_customer_id":177038,"tr_customer_product_id":177028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:29.000Z","modified_at":"2026-02-04T11:01:29.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-25","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-25T11:01:20.058161422Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177020,"job_number":"JOB_177020","tr_customer_id":177037,"tr_customer_product_id":177027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:57:52.000Z","modified_at":"2026-02-04T10:57:52.000Z","name":"Jalyn Bruen","mobile_number":"278-839-5828","email_id":"Aylin46@hotmail.com","dop":"2026-01-04","serial_number":"17838997777403","imei1":"17838997777403","imei2":"17838997777403","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177019,"job_number":"JOB_177019","tr_customer_id":177036,"tr_customer_product_id":177026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:34.000Z","modified_at":"2026-02-04T10:43:34.000Z","name":"Kendall McGlynn","mobile_number":"250-220-5467","email_id":"Mariane.Konopelski43@hotmail.com","dop":"2025-04-06","serial_number":"14459129780847592","imei1":"14459129780847592","imei2":"14459129780847592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177018,"job_number":"JOB_177018","tr_customer_id":177035,"tr_customer_product_id":177025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:33.000Z","modified_at":"2026-02-04T10:44:12.000Z","name":"Skylar Donnelly","mobile_number":"999-677-3711","email_id":"Solon73@gmail.com","dop":"2025-04-06","serial_number":"10483624809415","imei1":"10483624809415","imei2":"10483624809415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177017,"job_number":"JOB_177017","tr_customer_id":177034,"tr_customer_product_id":177024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:33.000Z","modified_at":"2026-02-04T10:43:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10194238520701","imei1":"10194238520701","imei2":"10194238520701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177016,"job_number":"JOB_177016","tr_customer_id":177033,"tr_customer_product_id":177023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:48.000Z","modified_at":"2026-02-04T10:42:48.000Z","name":"Bruce Keeling","mobile_number":"873-357-5597","email_id":"Jeromy_Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"10146944518899212","imei1":"10146944518899212","imei2":"10146944518899212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177015,"job_number":"JOB_177015","tr_customer_id":177032,"tr_customer_product_id":177022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:46.000Z","modified_at":"2026-02-04T10:43:25.000Z","name":"Alia Jacobs","mobile_number":"697-540-8961","email_id":"Sigrid.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16224269725742","imei1":"16224269725742","imei2":"16224269725742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177014,"job_number":"JOB_177014","tr_customer_id":177031,"tr_customer_product_id":177021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:46.000Z","modified_at":"2026-02-04T10:42:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17227920557333","imei1":"17227920557333","imei2":"17227920557333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177013,"job_number":"JOB_177013","tr_customer_id":177030,"tr_customer_product_id":177020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:01.000Z","modified_at":"2026-02-04T10:42:01.000Z","name":"Vidal Huels","mobile_number":"352-423-4833","email_id":"Alexandre89@gmail.com","dop":"2025-04-06","serial_number":"18441765568404652","imei1":"18441765568404652","imei2":"18441765568404652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177012,"job_number":"JOB_177012","tr_customer_id":177029,"tr_customer_product_id":177019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:41:59.000Z","modified_at":"2026-02-04T10:42:39.000Z","name":"Austyn Fahey","mobile_number":"780-776-8630","email_id":"Marie_Towne49@hotmail.com","dop":"2025-04-06","serial_number":"16832021979798","imei1":"16832021979798","imei2":"16832021979798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177011,"job_number":"JOB_177011","tr_customer_id":177028,"tr_customer_product_id":177018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:41:59.000Z","modified_at":"2026-02-04T10:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10541657372673","imei1":"10541657372673","imei2":"10541657372673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177010,"job_number":"JOB_177010","tr_customer_id":177027,"tr_customer_product_id":177017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:34:52.000Z","modified_at":"2026-02-04T10:35:21.000Z","name":"Margarete Harvey","mobile_number":"784-799-3926","email_id":"Francisca.Mann@hotmail.com","dop":"2026-01-23","serial_number":"13432825974496","imei1":"13432825974496","imei2":"13432825974496","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177009,"job_number":"JOB_177009","tr_customer_id":177026,"tr_customer_product_id":177016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:31.000Z","modified_at":"2026-02-04T10:33:03.000Z","name":"Alexandrea Lowe","mobile_number":"924-848-4901","email_id":"Shaina66@hotmail.com","dop":"2026-01-23","serial_number":"16484517014722","imei1":"16484517014722","imei2":"16484517014722","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177008,"job_number":"JOB_177008","tr_customer_id":177025,"tr_customer_product_id":177015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:15.000Z","modified_at":"2026-02-04T10:32:44.000Z","name":"Greta Moen","mobile_number":"367-779-7054","email_id":"Branson12@gmail.com","dop":"2025-02-01","serial_number":"37817849785667","imei1":"37817849785667","imei2":"37817849785667","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177007,"job_number":"JOB_177007","tr_customer_id":177024,"tr_customer_product_id":177014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"Lucinda Walker","mobile_number":"545-999-6818","email_id":"Chadd44@yahoo.com","dop":"2025-02-01","serial_number":"11154401697806","imei1":"11154401697806","imei2":"11154401697806","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177006,"job_number":"JOB_177006","tr_customer_id":177023,"tr_customer_product_id":177013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"47980205532437","imei1":"47980205532437","imei2":"47980205532437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177005,"job_number":"JOB_177005","tr_customer_id":177022,"tr_customer_product_id":177012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:42.000Z","modified_at":"2026-02-04T10:32:10.000Z","name":"Reece Moore","mobile_number":"947-702-7006","email_id":"Walton_Hilpert@gmail.com","dop":"2025-02-01","serial_number":"93756921316239","imei1":"93756921316239","imei2":"93756921316239","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177004,"job_number":"JOB_177004","tr_customer_id":177021,"tr_customer_product_id":177011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"Lew Gislason","mobile_number":"970-830-7969","email_id":"Michel_Reilly21@hotmail.com","dop":"2025-02-01","serial_number":"104594955498726","imei1":"104594955498726","imei2":"104594955498726","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177003,"job_number":"JOB_177003","tr_customer_id":177020,"tr_customer_product_id":177010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"21556031254873","imei1":"21556031254873","imei2":"21556031254873","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177002,"job_number":"JOB_177002","tr_customer_id":177019,"tr_customer_product_id":177009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:09.000Z","modified_at":"2026-02-04T10:31:37.000Z","name":"Malcolm Ziemann","mobile_number":"307-871-4964","email_id":"Meaghan.Jacobi39@yahoo.com","dop":"2025-02-01","serial_number":"100158040270285","imei1":"100158040270285","imei2":"100158040270285","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177001,"job_number":"JOB_177001","tr_customer_id":177018,"tr_customer_product_id":177008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:08.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"Vergie Parker","mobile_number":"248-575-7830","email_id":"Nolan43@hotmail.com","dop":"2025-02-01","serial_number":"46956173810962","imei1":"46956173810962","imei2":"46956173810962","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177000,"job_number":"JOB_177000","tr_customer_id":177017,"tr_customer_product_id":177007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:07.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"80135749336880","imei1":"80135749336880","imei2":"80135749336880","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176999,"job_number":"JOB_176999","tr_customer_id":177016,"tr_customer_product_id":177006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:28:19.000Z","modified_at":"2026-02-04T10:30:02.000Z","name":"Linda Kilback","mobile_number":"423-969-9270","email_id":"Deontae_Block@gmail.com","dop":"2026-01-23","serial_number":"10021354211803","imei1":"10021354211803","imei2":"10021354211803","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176998,"job_number":"JOB_176998","tr_customer_id":177015,"tr_customer_product_id":177005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:14.000Z","modified_at":"2026-02-04T10:26:16.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19441531545534","imei1":"19441531545534","imei2":"19441531545534","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176997,"job_number":"JOB_176997","tr_customer_id":177014,"tr_customer_product_id":177004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Mae Miller","mobile_number":"936-664-6606","email_id":"Nathen.Williamson@gmail.com","dop":"2025-09-09","serial_number":"19354834563588","imei1":"19354834563588","imei2":"19354834563588","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176996,"job_number":"JOB_176996","tr_customer_id":177013,"tr_customer_product_id":177003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Leanna Bode","mobile_number":"994-588-0899","email_id":"Ibrahim_Jacobs63@yahoo.com","dop":"2025-09-09","serial_number":"12544371566689","imei1":"12544371566689","imei2":"12544371566689","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176995,"job_number":"JOB_176995","tr_customer_id":177012,"tr_customer_product_id":177002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:12.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"11294390725898","imei1":"11294390725898","imei2":"11294390725898","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176994,"job_number":"JOB_176994","tr_customer_id":177011,"tr_customer_product_id":177001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Elmo Bashirian","mobile_number":"389-700-8316","email_id":"Orlo.Stiedemann72@gmail.com","dop":"2025-09-09","serial_number":"17786363351730","imei1":"17786363351730","imei2":"17786363351730","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176993,"job_number":"JOB_176993","tr_customer_id":177010,"tr_customer_product_id":177000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Carley Abernathy","mobile_number":"543-850-2140","email_id":"Darien_Abshire31@hotmail.com","dop":"2025-09-09","serial_number":"11579238673661","imei1":"11579238673661","imei2":"11579238673661","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176992,"job_number":"JOB_176992","tr_customer_id":177009,"tr_customer_product_id":176999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:09.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14956584954997","imei1":"14956584954997","imei2":"14956584954997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176991,"job_number":"JOB_176991","tr_customer_id":177008,"tr_customer_product_id":176998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Gloria Satterfield","mobile_number":"722-286-9702","email_id":"Violette_Herman12@yahoo.com","dop":"2025-09-09","serial_number":"13177144896308","imei1":"13177144896308","imei2":"13177144896308","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176990,"job_number":"JOB_176990","tr_customer_id":177007,"tr_customer_product_id":176997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Solon Cruickshank","mobile_number":"494-613-6860","email_id":"Johann.Jerde1@yahoo.com","dop":"2025-09-09","serial_number":"11481118056165","imei1":"11481118056165","imei2":"11481118056165","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176986,"job_number":"JOB_176986","tr_customer_id":177003,"tr_customer_product_id":176993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:30.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"14764546350259","imei1":"14764546350259","imei2":"14764546350259","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176985,"job_number":"JOB_176985","tr_customer_id":177002,"tr_customer_product_id":176992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Francisca Satterfield","mobile_number":"929-585-2843","email_id":"Carolyn70@hotmail.com","dop":"2025-09-09","serial_number":"14529533038568","imei1":"14529533038568","imei2":"14529533038568","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176984,"job_number":"JOB_176984","tr_customer_id":177001,"tr_customer_product_id":176991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Americo Gutmann","mobile_number":"675-947-7719","email_id":"Precious_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12454113753121","imei1":"12454113753121","imei2":"12454113753121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176983,"job_number":"JOB_176983","tr_customer_id":177000,"tr_customer_product_id":176990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:26.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19738002779416","imei1":"19738002779416","imei2":"19738002779416","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176982,"job_number":"JOB_176982","tr_customer_id":176999,"tr_customer_product_id":176989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Daniela Nienow","mobile_number":"462-768-3878","email_id":"Malcolm74@hotmail.com","dop":"2025-09-09","serial_number":"16847068773129","imei1":"16847068773129","imei2":"16847068773129","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176981,"job_number":"JOB_176981","tr_customer_id":176998,"tr_customer_product_id":176988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Max Tillman","mobile_number":"839-273-5902","email_id":"Mekhi.Torphy27@hotmail.com","dop":"2025-09-09","serial_number":"11159036299078","imei1":"11159036299078","imei2":"11159036299078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176980,"job_number":"JOB_176980","tr_customer_id":176997,"tr_customer_product_id":176987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:23.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14400955148736","imei1":"14400955148736","imei2":"14400955148736","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176979,"job_number":"JOB_176979","tr_customer_id":176996,"tr_customer_product_id":176986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Nadia Labadie","mobile_number":"737-650-1261","email_id":"Darlene.Williamson43@hotmail.com","dop":"2025-09-09","serial_number":"15853301237001","imei1":"15853301237001","imei2":"15853301237001","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176978,"job_number":"JOB_176978","tr_customer_id":176995,"tr_customer_product_id":176985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Sage Hintz","mobile_number":"558-396-9850","email_id":"Gunner3@gmail.com","dop":"2025-09-09","serial_number":"12309506987499","imei1":"12309506987499","imei2":"12309506987499","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176977,"job_number":"JOB_176977","tr_customer_id":176994,"tr_customer_product_id":176984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:11.000Z","modified_at":"2026-02-04T10:06:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"17778810733270","imei1":"17778810733270","imei2":"17778810733270","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176976,"job_number":"JOB_176976","tr_customer_id":176993,"tr_customer_product_id":176983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:11.000Z","modified_at":"2026-02-04T10:06:11.000Z","name":"Rogers Reichel","mobile_number":"850-763-6805","email_id":"Bonnie25@yahoo.com","dop":"2025-09-09","serial_number":"14530060803170","imei1":"14530060803170","imei2":"14530060803170","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176975,"job_number":"JOB_176975","tr_customer_id":176992,"tr_customer_product_id":176982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:10.000Z","modified_at":"2026-02-04T10:06:10.000Z","name":"Nathanael Legros","mobile_number":"968-700-3468","email_id":"Caleb.Hackett@gmail.com","dop":"2025-09-09","serial_number":"14408208016211","imei1":"14408208016211","imei2":"14408208016211","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176974,"job_number":"JOB_176974","tr_customer_id":176991,"tr_customer_product_id":176981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"14194488173955","imei1":"14194488173955","imei2":"14194488173955","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176973,"job_number":"JOB_176973","tr_customer_id":176990,"tr_customer_product_id":176980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Mariela Terry","mobile_number":"815-311-0276","email_id":"Esther.Kilback96@hotmail.com","dop":"2025-09-09","serial_number":"11539704945002","imei1":"11539704945002","imei2":"11539704945002","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176972,"job_number":"JOB_176972","tr_customer_id":176989,"tr_customer_product_id":176979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Viva Berge","mobile_number":"265-722-0070","email_id":"Donato_Mayer@gmail.com","dop":"2025-09-09","serial_number":"12616924137093","imei1":"12616924137093","imei2":"12616924137093","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176971,"job_number":"JOB_176971","tr_customer_id":176988,"tr_customer_product_id":176978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:06.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14525575946224","imei1":"14525575946224","imei2":"14525575946224","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176970,"job_number":"JOB_176970","tr_customer_id":176987,"tr_customer_product_id":176977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Makenna Kiehn","mobile_number":"504-726-8082","email_id":"Prince70@yahoo.com","dop":"2025-09-09","serial_number":"10111396443913","imei1":"10111396443913","imei2":"10111396443913","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176969,"job_number":"JOB_176969","tr_customer_id":176986,"tr_customer_product_id":176976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Jerrell DuBuque","mobile_number":"607-477-0350","email_id":"Liliane13@yahoo.com","dop":"2025-09-09","serial_number":"10645586853996","imei1":"10645586853996","imei2":"10645586853996","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176968,"job_number":"JOB_176968","tr_customer_id":176985,"tr_customer_product_id":176975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:14.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"14056245231804","imei1":"14056245231804","imei2":"14056245231804","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176967,"job_number":"JOB_176967","tr_customer_id":176984,"tr_customer_product_id":176974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Ian Gorczany","mobile_number":"204-758-5164","email_id":"Erika.Stracke70@gmail.com","dop":"2025-09-09","serial_number":"19846750311667","imei1":"19846750311667","imei2":"19846750311667","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176966,"job_number":"JOB_176966","tr_customer_id":176983,"tr_customer_product_id":176973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Maximilian Medhurst","mobile_number":"839-599-5271","email_id":"Nigel.Legros@yahoo.com","dop":"2025-09-09","serial_number":"12005798928214","imei1":"12005798928214","imei2":"12005798928214","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176965,"job_number":"JOB_176965","tr_customer_id":176982,"tr_customer_product_id":176972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:11.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19782023888974","imei1":"19782023888974","imei2":"19782023888974","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176964,"job_number":"JOB_176964","tr_customer_id":176981,"tr_customer_product_id":176971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Audie Hoeger","mobile_number":"595-947-1846","email_id":"Felicita40@hotmail.com","dop":"2025-09-09","serial_number":"19911569465222","imei1":"19911569465222","imei2":"19911569465222","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176963,"job_number":"JOB_176963","tr_customer_id":176980,"tr_customer_product_id":176970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Adella Doyle","mobile_number":"494-564-2561","email_id":"Sigmund_Franecki87@hotmail.com","dop":"2025-09-09","serial_number":"19222989622123","imei1":"19222989622123","imei2":"19222989622123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176962,"job_number":"JOB_176962","tr_customer_id":176979,"tr_customer_product_id":176969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:05.000Z","modified_at":"2026-02-04T10:05:07.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11028379041378","imei1":"11028379041378","imei2":"11028379041378","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176961,"job_number":"JOB_176961","tr_customer_id":176978,"tr_customer_product_id":176968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:05.000Z","modified_at":"2026-02-04T10:05:05.000Z","name":"Alessia Anderson","mobile_number":"723-330-1263","email_id":"Rebekah13@hotmail.com","dop":"2025-09-09","serial_number":"17148890316021","imei1":"17148890316021","imei2":"17148890316021","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176960,"job_number":"JOB_176960","tr_customer_id":176977,"tr_customer_product_id":176967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:04.000Z","modified_at":"2026-02-04T10:05:04.000Z","name":"Madisyn Nitzsche","mobile_number":"942-721-6787","email_id":"Albert_Bartell16@hotmail.com","dop":"2025-09-09","serial_number":"18566380582534","imei1":"18566380582534","imei2":"18566380582534","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176959,"job_number":"JOB_176959","tr_customer_id":176976,"tr_customer_product_id":176966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:16.000Z","modified_at":"2026-02-04T09:33:16.000Z","name":"Camila Frami","mobile_number":"987-990-6187","email_id":"Floy92@gmail.com","dop":"2025-04-06","serial_number":"16022479385566246","imei1":"16022479385566246","imei2":"16022479385566246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176958,"job_number":"JOB_176958","tr_customer_id":176975,"tr_customer_product_id":176965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:15.000Z","modified_at":"2026-02-04T09:33:57.000Z","name":"Bertrand Feeney","mobile_number":"809-716-6156","email_id":"Jazlyn93@hotmail.com","dop":"2025-04-06","serial_number":"17789725593902","imei1":"17789725593902","imei2":"17789725593902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176957,"job_number":"JOB_176957","tr_customer_id":176974,"tr_customer_product_id":176964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:14.000Z","modified_at":"2026-02-04T09:33:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990905830905","imei1":"10990905830905","imei2":"10990905830905","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176956,"job_number":"JOB_176956","tr_customer_id":176973,"tr_customer_product_id":176963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:25.000Z","modified_at":"2026-02-04T09:32:25.000Z","name":"Schuyler West","mobile_number":"699-443-7217","email_id":"Ayla_Kassulke@gmail.com","dop":"2025-04-06","serial_number":"15127703293675654","imei1":"15127703293675654","imei2":"15127703293675654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176955,"job_number":"JOB_176955","tr_customer_id":176972,"tr_customer_product_id":176962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:23.000Z","modified_at":"2026-02-04T09:33:06.000Z","name":"Tara Swift","mobile_number":"585-669-0224","email_id":"Florencio.Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12483041256652","imei1":"12483041256652","imei2":"12483041256652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176954,"job_number":"JOB_176954","tr_customer_id":176971,"tr_customer_product_id":176961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:23.000Z","modified_at":"2026-02-04T09:32:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17013489530981","imei1":"17013489530981","imei2":"17013489530981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176953,"job_number":"JOB_176953","tr_customer_id":176970,"tr_customer_product_id":176960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:33.000Z","modified_at":"2026-02-04T09:31:33.000Z","name":"Felipe Gerlach","mobile_number":"822-657-2116","email_id":"Roberto.Gleichner3@gmail.com","dop":"2025-04-06","serial_number":"13298312478570356","imei1":"13298312478570356","imei2":"13298312478570356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176952,"job_number":"JOB_176952","tr_customer_id":176969,"tr_customer_product_id":176959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:32.000Z","modified_at":"2026-02-04T09:32:15.000Z","name":"Damian Hodkiewicz","mobile_number":"346-313-2458","email_id":"Christy17@yahoo.com","dop":"2025-04-06","serial_number":"13655170920142","imei1":"13655170920142","imei2":"13655170920142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176951,"job_number":"JOB_176951","tr_customer_id":176968,"tr_customer_product_id":176958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:31.000Z","modified_at":"2026-02-04T09:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10885796710853","imei1":"10885796710853","imei2":"10885796710853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176950,"job_number":"JOB_176950","tr_customer_id":176967,"tr_customer_product_id":176957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:29:06.000Z","modified_at":"2026-02-04T10:04:07.000Z","name":"Arno Batz","mobile_number":"332-605-0626","email_id":"Wilford_Turcotte86@gmail.com","dop":"2026-01-23","serial_number":"13787548856635","imei1":"13787548856635","imei2":"13787548856635","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176949,"job_number":"JOB_176949","tr_customer_id":176966,"tr_customer_product_id":176956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:39.000Z","modified_at":"2026-02-04T09:15:06.000Z","name":"Elfrieda Friesen","mobile_number":"865-414-3624","email_id":"Gregoria.Barton55@hotmail.com","dop":"2025-02-01","serial_number":"73604948692495","imei1":"73604948692495","imei2":"73604948692495","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176948,"job_number":"JOB_176948","tr_customer_id":176965,"tr_customer_product_id":176955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:38.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"Gideon Waters","mobile_number":"630-783-2548","email_id":"Alana.Yundt71@hotmail.com","dop":"2025-02-01","serial_number":"85089978354820","imei1":"85089978354820","imei2":"85089978354820","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176947,"job_number":"JOB_176947","tr_customer_id":176964,"tr_customer_product_id":176954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:37.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"45913167663625","imei1":"45913167663625","imei2":"45913167663625","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176946,"job_number":"JOB_176946","tr_customer_id":176963,"tr_customer_product_id":176953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:06.000Z","modified_at":"2026-02-04T09:14:34.000Z","name":"Gunnar Stamm","mobile_number":"629-340-4732","email_id":"Jaida_Abshire40@yahoo.com","dop":"2025-02-01","serial_number":"39372684322940","imei1":"39372684322940","imei2":"39372684322940","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:14:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176945,"job_number":"JOB_176945","tr_customer_id":176962,"tr_customer_product_id":176952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"Timmothy Durgan","mobile_number":"303-522-5900","email_id":"Jordi_Bednar93@gmail.com","dop":"2025-02-01","serial_number":"85390630290452","imei1":"85390630290452","imei2":"85390630290452","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176944,"job_number":"JOB_176944","tr_customer_id":176961,"tr_customer_product_id":176951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"69253303838715","imei1":"69253303838715","imei2":"69253303838715","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176943,"job_number":"JOB_176943","tr_customer_id":176960,"tr_customer_product_id":176950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:34.000Z","modified_at":"2026-02-04T09:14:01.000Z","name":"Jeffrey Kessler","mobile_number":"763-567-6264","email_id":"Colten68@hotmail.com","dop":"2025-02-01","serial_number":"84719683254893","imei1":"84719683254893","imei2":"84719683254893","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176942,"job_number":"JOB_176942","tr_customer_id":176959,"tr_customer_product_id":176949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:33.000Z","modified_at":"2026-02-04T09:13:33.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"30187725851862510","imei1":"30187725851862510","imei2":"30187725851862510","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176941,"job_number":"JOB_176941","tr_customer_id":176958,"tr_customer_product_id":176948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"Michael Armstrong","mobile_number":"699-619-5044","email_id":"Aidan.Beier92@hotmail.com","dop":"2025-02-01","serial_number":"72396387964605","imei1":"72396387964605","imei2":"72396387964605","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176940,"job_number":"JOB_176940","tr_customer_id":176957,"tr_customer_product_id":176947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"67727010511975","imei1":"67727010511975","imei2":"67727010511975","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176939,"job_number":"JOB_176939","tr_customer_id":176956,"tr_customer_product_id":176946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:35.000Z","modified_at":"2026-02-04T08:44:02.000Z","name":"Isom Rogahn","mobile_number":"938-458-0008","email_id":"Grover53@gmail.com","dop":"2025-02-01","serial_number":"71727241940209","imei1":"71727241940209","imei2":"71727241940209","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176938,"job_number":"JOB_176938","tr_customer_id":176955,"tr_customer_product_id":176945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"Rickey Dietrich","mobile_number":"590-919-5804","email_id":"Alison_Williamson@hotmail.com","dop":"2025-02-01","serial_number":"107072844745610","imei1":"107072844745610","imei2":"107072844745610","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176937,"job_number":"JOB_176937","tr_customer_id":176954,"tr_customer_product_id":176944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"62052203482650","imei1":"62052203482650","imei2":"62052203482650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176936,"job_number":"JOB_176936","tr_customer_id":176953,"tr_customer_product_id":176943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:02.000Z","modified_at":"2026-02-04T08:43:30.000Z","name":"Adriana Crooks","mobile_number":"591-308-0977","email_id":"Randy_Hermiston@gmail.com","dop":"2025-02-01","serial_number":"75678121575480","imei1":"75678121575480","imei2":"75678121575480","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176935,"job_number":"JOB_176935","tr_customer_id":176952,"tr_customer_product_id":176942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"Van Schaden","mobile_number":"440-350-6702","email_id":"Mariela.Murray63@yahoo.com","dop":"2025-02-01","serial_number":"92283328969218","imei1":"92283328969218","imei2":"92283328969218","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176934,"job_number":"JOB_176934","tr_customer_id":176951,"tr_customer_product_id":176941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"99058277256487","imei1":"99058277256487","imei2":"99058277256487","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176933,"job_number":"JOB_176933","tr_customer_id":176950,"tr_customer_product_id":176940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:29.000Z","modified_at":"2026-02-04T08:42:57.000Z","name":"Barbara Torp","mobile_number":"914-519-6090","email_id":"Nolan.Rogahn78@gmail.com","dop":"2025-02-01","serial_number":"66646263294215","imei1":"66646263294215","imei2":"66646263294215","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176932,"job_number":"JOB_176932","tr_customer_id":176949,"tr_customer_product_id":176939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"Teresa Armstrong","mobile_number":"896-293-6521","email_id":"Sarah.Schaden@yahoo.com","dop":"2025-02-01","serial_number":"18633174373492","imei1":"18633174373492","imei2":"18633174373492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176931,"job_number":"JOB_176931","tr_customer_id":176948,"tr_customer_product_id":176938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"98063759561283","imei1":"98063759561283","imei2":"98063759561283","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176930,"job_number":"JOB_176930","tr_customer_id":176947,"tr_customer_product_id":176937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:40:48.000Z","modified_at":"2026-02-04T11:25:03.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"13175471701786","imei1":"13175471701786","imei2":"13175471701786","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T11:25:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176929,"job_number":"JOB_176929","tr_customer_id":176946,"tr_customer_product_id":176936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:37:28.000Z","modified_at":"2026-02-04T08:37:28.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"16843095456094","imei1":"16843095456094","imei2":"16843095456094","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176928,"job_number":"JOB_176928","tr_customer_id":176945,"tr_customer_product_id":176935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:30:40.000Z","modified_at":"2026-02-04T08:30:40.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"12868080764317","imei1":"12868080764317","imei2":"12868080764317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176927,"job_number":"JOB_176927","tr_customer_id":176944,"tr_customer_product_id":176934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:11.000Z","modified_at":"2026-02-04T08:29:11.000Z","name":"Antonia Pfeffer","mobile_number":"223-580-6633","email_id":"Luisa.Hegmann33@yahoo.com","dop":"2025-04-06","serial_number":"18844486827310744","imei1":"18844486827310744","imei2":"18844486827310744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176926,"job_number":"JOB_176926","tr_customer_id":176943,"tr_customer_product_id":176933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:09.000Z","modified_at":"2026-02-04T08:29:54.000Z","name":"Royce Botsford","mobile_number":"829-507-9026","email_id":"Leonel5@gmail.com","dop":"2025-04-06","serial_number":"14663010817008","imei1":"14663010817008","imei2":"14663010817008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176925,"job_number":"JOB_176925","tr_customer_id":176942,"tr_customer_product_id":176932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:09.000Z","modified_at":"2026-02-04T08:29:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15066753956450","imei1":"15066753956450","imei2":"15066753956450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176924,"job_number":"JOB_176924","tr_customer_id":176941,"tr_customer_product_id":176931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:16.000Z","modified_at":"2026-02-04T08:28:16.000Z","name":"Autumn Predovic","mobile_number":"732-385-2023","email_id":"Marianne_Fritsch8@yahoo.com","dop":"2025-04-06","serial_number":"11860826289905894","imei1":"11860826289905894","imei2":"11860826289905894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176923,"job_number":"JOB_176923","tr_customer_id":176940,"tr_customer_product_id":176930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:14.000Z","modified_at":"2026-02-04T08:29:00.000Z","name":"Clarabelle Swift","mobile_number":"638-688-5943","email_id":"Omer_Brown0@gmail.com","dop":"2025-04-06","serial_number":"17358133539558","imei1":"17358133539558","imei2":"17358133539558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176922,"job_number":"JOB_176922","tr_customer_id":176939,"tr_customer_product_id":176929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:14.000Z","modified_at":"2026-02-04T08:28:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10970502121675","imei1":"10970502121675","imei2":"10970502121675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176921,"job_number":"JOB_176921","tr_customer_id":176938,"tr_customer_product_id":176928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:21.000Z","modified_at":"2026-02-04T08:27:21.000Z","name":"Clovis Simonis","mobile_number":"328-211-6253","email_id":"Pedro19@hotmail.com","dop":"2025-04-06","serial_number":"10114624788406122","imei1":"10114624788406122","imei2":"10114624788406122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176920,"job_number":"JOB_176920","tr_customer_id":176937,"tr_customer_product_id":176927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:19.000Z","modified_at":"2026-02-04T08:28:05.000Z","name":"Eileen Spencer","mobile_number":"831-351-4474","email_id":"Elta_Kozey@gmail.com","dop":"2025-04-06","serial_number":"13270922650773","imei1":"13270922650773","imei2":"13270922650773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176919,"job_number":"JOB_176919","tr_customer_id":176936,"tr_customer_product_id":176926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:19.000Z","modified_at":"2026-02-04T08:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10124581043668","imei1":"10124581043668","imei2":"10124581043668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176918,"job_number":"JOB_176918","tr_customer_id":176935,"tr_customer_product_id":176925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:21.000Z","modified_at":"2026-02-04T08:26:48.000Z","name":"Sigmund Sauer","mobile_number":"941-388-4521","email_id":"Madaline.Schumm@gmail.com","dop":"2025-02-01","serial_number":"47533608096774","imei1":"47533608096774","imei2":"47533608096774","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176917,"job_number":"JOB_176917","tr_customer_id":176934,"tr_customer_product_id":176924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"Daniella Prosacco","mobile_number":"876-696-8699","email_id":"Flo_Torp25@hotmail.com","dop":"2025-02-01","serial_number":"69661508006582","imei1":"69661508006582","imei2":"69661508006582","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176916,"job_number":"JOB_176916","tr_customer_id":176933,"tr_customer_product_id":176923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"93704751927621","imei1":"93704751927621","imei2":"93704751927621","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176915,"job_number":"JOB_176915","tr_customer_id":176932,"tr_customer_product_id":176922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:48.000Z","modified_at":"2026-02-04T08:26:16.000Z","name":"Jeramie Labadie","mobile_number":"480-240-9493","email_id":"Jamarcus57@yahoo.com","dop":"2025-02-01","serial_number":"27333792705218","imei1":"27333792705218","imei2":"27333792705218","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176914,"job_number":"JOB_176914","tr_customer_id":176931,"tr_customer_product_id":176921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"Liana Sanford","mobile_number":"968-201-7772","email_id":"Isai85@gmail.com","dop":"2025-02-01","serial_number":"59450164193688","imei1":"59450164193688","imei2":"59450164193688","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176913,"job_number":"JOB_176913","tr_customer_id":176930,"tr_customer_product_id":176920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"101632796032141","imei1":"101632796032141","imei2":"101632796032141","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176912,"job_number":"JOB_176912","tr_customer_id":176929,"tr_customer_product_id":176919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:45.000Z","modified_at":"2026-02-04T08:25:45.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176911,"job_number":"JOB_176911","tr_customer_id":176928,"tr_customer_product_id":176918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:14.000Z","modified_at":"2026-02-04T08:25:43.000Z","name":"Nicholas Mueller","mobile_number":"907-350-0420","email_id":"Johnathan74@yahoo.com","dop":"2025-02-01","serial_number":"13590347692258","imei1":"13590347692258","imei2":"13590347692258","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:25:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176910,"job_number":"JOB_176910","tr_customer_id":176927,"tr_customer_product_id":176917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"Sid Pfeffer","mobile_number":"262-375-1256","email_id":"Jerald79@hotmail.com","dop":"2025-02-01","serial_number":"77150080747655","imei1":"77150080747655","imei2":"77150080747655","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176909,"job_number":"JOB_176909","tr_customer_id":176926,"tr_customer_product_id":176916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"79258917360507","imei1":"79258917360507","imei2":"79258917360507","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176908,"job_number":"JOB_176908","tr_customer_id":176925,"tr_customer_product_id":176915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:05:31.000Z","modified_at":"2026-02-04T08:05:31.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"66567876543454","imei1":"66567876543454","imei2":"66567876543454","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:05:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176907,"job_number":"JOB_176907","tr_customer_id":176924,"tr_customer_product_id":176914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:05:27.000Z","modified_at":"2026-02-04T09:23:38.000Z","name":"Laron Sanford","mobile_number":"434-744-2016","email_id":"Bryana.Lowe54@yahoo.com","dop":"2026-01-23","serial_number":"14940947674053","imei1":"14940947674053","imei2":"14940947674053","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:23:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176906,"job_number":"JOB_176906","tr_customer_id":176923,"tr_customer_product_id":176913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:01:14.000Z","modified_at":"2026-02-04T08:01:14.000Z","name":"Newell Turner","mobile_number":"407-591-4616","email_id":"Dario.Abbott@gmail.com","dop":"2025-04-06","serial_number":"14951816742150260","imei1":"14951816742150260","imei2":"14951816742150260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176905,"job_number":"JOB_176905","tr_customer_id":176922,"tr_customer_product_id":176912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:01:12.000Z","modified_at":"2026-02-04T08:01:57.000Z","name":"Mossie D'Amore","mobile_number":"921-638-4292","email_id":"Guy_Murray@gmail.com","dop":"2025-04-06","serial_number":"12186230934774","imei1":"12186230934774","imei2":"12186230934774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176901,"job_number":"JOB_176901","tr_customer_id":176918,"tr_customer_product_id":176908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:59:57.000Z","modified_at":"2026-02-04T07:59:57.000Z","name":"Twila Botsford","mobile_number":"247-393-9663","email_id":"Lucas.Brekke34@gmail.com","dop":"2025-04-06","serial_number":"14928981121066096","imei1":"14928981121066096","imei2":"14928981121066096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176900,"job_number":"JOB_176900","tr_customer_id":176917,"tr_customer_product_id":176907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:59:56.000Z","modified_at":"2026-02-04T08:00:38.000Z","name":"Kathlyn Terry","mobile_number":"719-587-2050","email_id":"Laurel.Padberg@gmail.com","dop":"2025-04-06","serial_number":"16051701842968","imei1":"16051701842968","imei2":"16051701842968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176893,"job_number":"JOB_176893","tr_customer_id":176910,"tr_customer_product_id":176900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:29.000Z","modified_at":"2026-02-04T07:32:39.000Z","name":"Laurianne Bechtelar","mobile_number":"662-354-4225","email_id":"Ian60@yahoo.com","dop":"2025-12-01","serial_number":"11914753534261","imei1":"11914753534261","imei2":"11914753534261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176892,"job_number":"JOB_176892","tr_customer_id":176909,"tr_customer_product_id":176899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:29.000Z","modified_at":"2026-02-04T07:32:29.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11212478795249","imei1":"11212478795249","imei2":"11212478795249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176891,"job_number":"JOB_176891","tr_customer_id":176908,"tr_customer_product_id":176898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:15.000Z","modified_at":"2026-02-04T07:32:25.000Z","name":"Viviane Breitenberg","mobile_number":"929-527-5510","email_id":"Jaylon93@yahoo.com","dop":"2025-12-01","serial_number":"10443923292196","imei1":"10443923292196","imei2":"10443923292196","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176890,"job_number":"JOB_176890","tr_customer_id":176907,"tr_customer_product_id":176897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:14.000Z","modified_at":"2026-02-04T07:32:14.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15124988821955","imei1":"15124988821955","imei2":"15124988821955","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176889,"job_number":"JOB_176889","tr_customer_id":176906,"tr_customer_product_id":176896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:00.000Z","modified_at":"2026-02-04T07:32:10.000Z","name":"Daniella Wehner","mobile_number":"622-384-7449","email_id":"Rachelle28@hotmail.com","dop":"2025-12-01","serial_number":"12350241995266","imei1":"12350241995266","imei2":"12350241995266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176888,"job_number":"JOB_176888","tr_customer_id":176905,"tr_customer_product_id":176895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:00.000Z","modified_at":"2026-02-04T07:32:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17599156827551","imei1":"17599156827551","imei2":"17599156827551","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176887,"job_number":"JOB_176887","tr_customer_id":176904,"tr_customer_product_id":176894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:20.000Z","modified_at":"2026-02-04T07:05:20.000Z","name":"Melany Morissette","mobile_number":"763-378-7501","email_id":"Ned_Johns@gmail.com","dop":"2025-04-06","serial_number":"12040749721970538","imei1":"12040749721970538","imei2":"12040749721970538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176886,"job_number":"JOB_176886","tr_customer_id":176903,"tr_customer_product_id":176893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:19.000Z","modified_at":"2026-02-04T07:06:02.000Z","name":"Santina Leffler","mobile_number":"319-596-5351","email_id":"Kavon17@hotmail.com","dop":"2025-04-06","serial_number":"16317518742286","imei1":"16317518742286","imei2":"16317518742286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176885,"job_number":"JOB_176885","tr_customer_id":176902,"tr_customer_product_id":176892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:18.000Z","modified_at":"2026-02-04T07:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19301773139843","imei1":"19301773139843","imei2":"19301773139843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176884,"job_number":"JOB_176884","tr_customer_id":176901,"tr_customer_product_id":176891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:29.000Z","modified_at":"2026-02-04T07:04:29.000Z","name":"Salma Schowalter","mobile_number":"999-352-2106","email_id":"Henderson.Gorczany45@yahoo.com","dop":"2025-04-06","serial_number":"16825402503846114","imei1":"16825402503846114","imei2":"16825402503846114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176883,"job_number":"JOB_176883","tr_customer_id":176900,"tr_customer_product_id":176890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:28.000Z","modified_at":"2026-02-04T07:05:10.000Z","name":"Dan Renner","mobile_number":"690-919-8617","email_id":"Angelina_Stroman@gmail.com","dop":"2025-04-06","serial_number":"19931993713930","imei1":"19931993713930","imei2":"19931993713930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176882,"job_number":"JOB_176882","tr_customer_id":176899,"tr_customer_product_id":176889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:27.000Z","modified_at":"2026-02-04T07:04:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15704809715392","imei1":"15704809715392","imei2":"15704809715392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176881,"job_number":"JOB_176881","tr_customer_id":176898,"tr_customer_product_id":176888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:43.000Z","modified_at":"2026-02-04T07:03:43.000Z","name":"Marie Pagac","mobile_number":"336-738-5310","email_id":"Chester.OReilly30@gmail.com","dop":"2025-04-06","serial_number":"15088614550139698","imei1":"15088614550139698","imei2":"15088614550139698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176880,"job_number":"JOB_176880","tr_customer_id":176897,"tr_customer_product_id":176887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:41.000Z","modified_at":"2026-02-04T07:04:25.000Z","name":"Duncan Tremblay","mobile_number":"476-655-9479","email_id":"Adan_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"14223695601298","imei1":"14223695601298","imei2":"14223695601298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176879,"job_number":"JOB_176879","tr_customer_id":176896,"tr_customer_product_id":176886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:38.000Z","modified_at":"2026-02-04T07:03:38.000Z","name":"Monserrate Dickinson","mobile_number":"291-664-4654","email_id":"Alfreda_Dickinson83@hotmail.com","dop":"2025-04-06","serial_number":"19817876698493320","imei1":"19817876698493320","imei2":"19817876698493320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176878,"job_number":"JOB_176878","tr_customer_id":176895,"tr_customer_product_id":176885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:36.000Z","modified_at":"2026-02-04T07:04:19.000Z","name":"Lawson Abbott","mobile_number":"689-463-4285","email_id":"Amani5@gmail.com","dop":"2025-04-06","serial_number":"18664777181660","imei1":"18664777181660","imei2":"18664777181660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176877,"job_number":"JOB_176877","tr_customer_id":176894,"tr_customer_product_id":176884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:36.000Z","modified_at":"2026-02-04T07:03:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11732668489445","imei1":"11732668489445","imei2":"11732668489445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176876,"job_number":"JOB_176876","tr_customer_id":176893,"tr_customer_product_id":176883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:28.000Z","modified_at":"2026-02-04T07:01:28.000Z","name":"Donny McGlynn","mobile_number":"645-596-9215","email_id":"Adrain_Wisoky39@gmail.com","dop":"2025-04-06","serial_number":"13580902858992318","imei1":"13580902858992318","imei2":"13580902858992318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176875,"job_number":"JOB_176875","tr_customer_id":176892,"tr_customer_product_id":176882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:27.000Z","modified_at":"2026-02-04T07:02:10.000Z","name":"Ernesto Kilback","mobile_number":"881-392-9864","email_id":"Ayden_Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14878009807305","imei1":"14878009807305","imei2":"14878009807305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176874,"job_number":"JOB_176874","tr_customer_id":176891,"tr_customer_product_id":176881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:26.000Z","modified_at":"2026-02-04T07:01:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16948694891387","imei1":"16948694891387","imei2":"16948694891387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176873,"job_number":"JOB_176873","tr_customer_id":176890,"tr_customer_product_id":176880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:53.000Z","modified_at":"2026-02-04T07:00:53.000Z","name":"Elyssa Kshlerin","mobile_number":"372-458-5126","email_id":"Maxime_Walker81@yahoo.com","dop":"2025-04-06","serial_number":"13051102664444396","imei1":"13051102664444396","imei2":"13051102664444396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176872,"job_number":"JOB_176872","tr_customer_id":176889,"tr_customer_product_id":176879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:52.000Z","modified_at":"2026-02-04T07:01:31.000Z","name":"Harrison Mueller","mobile_number":"763-461-8020","email_id":"Oleta95@yahoo.com","dop":"2025-04-06","serial_number":"11972305432012","imei1":"11972305432012","imei2":"11972305432012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176871,"job_number":"JOB_176871","tr_customer_id":176888,"tr_customer_product_id":176878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:52.000Z","modified_at":"2026-02-04T07:00:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18437109585289","imei1":"18437109585289","imei2":"18437109585289","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176870,"job_number":"JOB_176870","tr_customer_id":176887,"tr_customer_product_id":176877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:42.000Z","modified_at":"2026-02-04T07:00:42.000Z","name":"Gaetano Kessler","mobile_number":"642-851-7184","email_id":"Liliana42@gmail.com","dop":"2025-04-06","serial_number":"18670126095900050","imei1":"18670126095900050","imei2":"18670126095900050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176869,"job_number":"JOB_176869","tr_customer_id":176886,"tr_customer_product_id":176876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:40.000Z","modified_at":"2026-02-04T07:01:22.000Z","name":"Webster Veum","mobile_number":"214-612-1072","email_id":"Pearline_Welch@yahoo.com","dop":"2025-04-06","serial_number":"16449519170723","imei1":"16449519170723","imei2":"16449519170723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176868,"job_number":"JOB_176868","tr_customer_id":176885,"tr_customer_product_id":176875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:40.000Z","modified_at":"2026-02-04T07:00:40.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"12108290943663","imei1":"12108290943663","imei2":"12108290943663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176867,"job_number":"JOB_176867","tr_customer_id":176884,"tr_customer_product_id":176874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:36.000Z","modified_at":"2026-02-04T07:00:36.000Z","name":"Deonte Wiza","mobile_number":"288-490-2349","email_id":"Kenna26@gmail.com","dop":"2025-04-06","serial_number":"14689983834876694","imei1":"14689983834876694","imei2":"14689983834876694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176866,"job_number":"JOB_176866","tr_customer_id":176883,"tr_customer_product_id":176873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:35.000Z","modified_at":"2026-02-04T07:01:18.000Z","name":"Louisa Kub","mobile_number":"793-668-7976","email_id":"Teagan.Vandervort@yahoo.com","dop":"2025-04-06","serial_number":"11753451168271","imei1":"11753451168271","imei2":"11753451168271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176865,"job_number":"JOB_176865","tr_customer_id":176882,"tr_customer_product_id":176872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:34.000Z","modified_at":"2026-02-04T07:00:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11703895170489","imei1":"11703895170489","imei2":"11703895170489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176864,"job_number":"JOB_176864","tr_customer_id":176881,"tr_customer_product_id":176871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:28.000Z","modified_at":"2026-02-04T07:00:28.000Z","name":"Sarah Pfeffer","mobile_number":"328-443-1979","email_id":"Hipolito_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19193621071201900","imei1":"19193621071201900","imei2":"19193621071201900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176863,"job_number":"JOB_176863","tr_customer_id":176880,"tr_customer_product_id":176870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:27.000Z","modified_at":"2026-02-04T07:01:05.000Z","name":"River Kassulke","mobile_number":"598-350-8973","email_id":"Elouise.Koepp@hotmail.com","dop":"2025-04-06","serial_number":"19907468481440","imei1":"19907468481440","imei2":"19907468481440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176862,"job_number":"JOB_176862","tr_customer_id":176879,"tr_customer_product_id":176869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:26.000Z","modified_at":"2026-02-04T07:00:26.000Z","name":"Skylar Rippin","mobile_number":"564-732-9836","email_id":"Bettie34@gmail.com","dop":"2025-04-06","serial_number":"14946874125886812","imei1":"14946874125886812","imei2":"14946874125886812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176861,"job_number":"JOB_176861","tr_customer_id":176878,"tr_customer_product_id":176868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:25.000Z","modified_at":"2026-02-04T07:01:04.000Z","name":"Warren Zieme","mobile_number":"947-908-5142","email_id":"Quinton11@yahoo.com","dop":"2025-04-06","serial_number":"19652338153764","imei1":"19652338153764","imei2":"19652338153764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176860,"job_number":"JOB_176860","tr_customer_id":176877,"tr_customer_product_id":176867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:06.000Z","modified_at":"2026-02-04T07:00:06.000Z","name":"Viviane Herman","mobile_number":"917-986-5780","email_id":"Murray.Waters@gmail.com","dop":"2025-04-06","serial_number":"12886955995318250","imei1":"12886955995318250","imei2":"12886955995318250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176859,"job_number":"JOB_176859","tr_customer_id":176876,"tr_customer_product_id":176866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:05.000Z","modified_at":"2026-02-04T07:00:44.000Z","name":"Lazaro Rogahn","mobile_number":"543-846-1402","email_id":"Reynold_Schumm66@hotmail.com","dop":"2025-04-06","serial_number":"19733298009732","imei1":"19733298009732","imei2":"19733298009732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176858,"job_number":"JOB_176858","tr_customer_id":176875,"tr_customer_product_id":176865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:05.000Z","modified_at":"2026-02-04T07:00:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12363618430798","imei1":"12363618430798","imei2":"12363618430798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176857,"job_number":"JOB_176857","tr_customer_id":176874,"tr_customer_product_id":176864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:52.000Z","modified_at":"2026-02-04T06:59:52.000Z","name":"Mya Conn","mobile_number":"929-684-6724","email_id":"Ellen90@hotmail.com","dop":"2025-04-06","serial_number":"17090701524237660","imei1":"17090701524237660","imei2":"17090701524237660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176856,"job_number":"JOB_176856","tr_customer_id":176873,"tr_customer_product_id":176863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:51.000Z","modified_at":"2026-02-04T07:00:32.000Z","name":"Carlee Schneider","mobile_number":"965-515-6645","email_id":"Dayna_Turcotte23@yahoo.com","dop":"2025-04-06","serial_number":"13323967154011","imei1":"13323967154011","imei2":"13323967154011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176855,"job_number":"JOB_176855","tr_customer_id":176872,"tr_customer_product_id":176862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:50.000Z","modified_at":"2026-02-04T06:59:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19878724389562","imei1":"19878724389562","imei2":"19878724389562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176854,"job_number":"JOB_176854","tr_customer_id":176871,"tr_customer_product_id":176861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:44.000Z","modified_at":"2026-02-04T06:59:44.000Z","name":"Litzy Smith","mobile_number":"604-451-8972","email_id":"Deshaun.Terry@hotmail.com","dop":"2025-04-06","serial_number":"10102493794889132","imei1":"10102493794889132","imei2":"10102493794889132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176853,"job_number":"JOB_176853","tr_customer_id":176870,"tr_customer_product_id":176860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:42.000Z","modified_at":"2026-02-04T07:00:26.000Z","name":"Gerry Gorczany","mobile_number":"683-705-1430","email_id":"Alayna_Jakubowski51@gmail.com","dop":"2025-04-06","serial_number":"18396928961753","imei1":"18396928961753","imei2":"18396928961753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176852,"job_number":"JOB_176852","tr_customer_id":176869,"tr_customer_product_id":176859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:42.000Z","modified_at":"2026-02-04T06:59:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16418611847633","imei1":"16418611847633","imei2":"16418611847633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176851,"job_number":"JOB_176851","tr_customer_id":176868,"tr_customer_product_id":176858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:19.000Z","modified_at":"2026-02-04T06:59:19.000Z","name":"Cornell Gusikowski","mobile_number":"732-474-1833","email_id":"Luna.Cormier@yahoo.com","dop":"2025-04-06","serial_number":"16667177391289508","imei1":"16667177391289508","imei2":"16667177391289508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176850,"job_number":"JOB_176850","tr_customer_id":176867,"tr_customer_product_id":176857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:17.000Z","modified_at":"2026-02-04T06:59:57.000Z","name":"Reyes Carter","mobile_number":"569-543-9004","email_id":"Bennett_Emard71@gmail.com","dop":"2025-04-06","serial_number":"14385927947597","imei1":"14385927947597","imei2":"14385927947597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176849,"job_number":"JOB_176849","tr_customer_id":176866,"tr_customer_product_id":176856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:17.000Z","modified_at":"2026-02-04T06:59:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12262122722955","imei1":"12262122722955","imei2":"12262122722955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176848,"job_number":"JOB_176848","tr_customer_id":176865,"tr_customer_product_id":176855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:02.000Z","modified_at":"2026-02-04T06:59:02.000Z","name":"Curt Schuster","mobile_number":"439-454-7707","email_id":"Arlo.Cole77@yahoo.com","dop":"2025-04-06","serial_number":"12662005741676300","imei1":"12662005741676300","imei2":"12662005741676300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176847,"job_number":"JOB_176847","tr_customer_id":176864,"tr_customer_product_id":176854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:00.000Z","modified_at":"2026-02-04T06:59:42.000Z","name":"Delilah Predovic","mobile_number":"895-562-0420","email_id":"Rolando.Schimmel5@gmail.com","dop":"2025-04-06","serial_number":"17719547518797","imei1":"17719547518797","imei2":"17719547518797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176846,"job_number":"JOB_176846","tr_customer_id":176863,"tr_customer_product_id":176853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:00.000Z","modified_at":"2026-02-04T06:59:00.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17250794554640","imei1":"17250794554640","imei2":"17250794554640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176845,"job_number":"JOB_176845","tr_customer_id":176862,"tr_customer_product_id":176852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:44.000Z","modified_at":"2026-02-04T06:55:44.000Z","name":"Adolf Brakus","mobile_number":"799-875-0420","email_id":"Norval_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"11566113473646940","imei1":"11566113473646940","imei2":"11566113473646940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176844,"job_number":"JOB_176844","tr_customer_id":176861,"tr_customer_product_id":176851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:42.000Z","modified_at":"2026-02-04T06:56:20.000Z","name":"Frances Metz","mobile_number":"840-673-4920","email_id":"Jodie.Harber@gmail.com","dop":"2025-04-06","serial_number":"10319159604004","imei1":"10319159604004","imei2":"10319159604004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176843,"job_number":"JOB_176843","tr_customer_id":176860,"tr_customer_product_id":176850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:42.000Z","modified_at":"2026-02-04T06:55:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15463580651719","imei1":"15463580651719","imei2":"15463580651719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176841,"job_number":"JOB_176841","tr_customer_id":176858,"tr_customer_product_id":176848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:20.000Z","modified_at":"2026-02-04T06:56:00.000Z","name":"Stanford Beahan","mobile_number":"690-958-6746","email_id":"Alvah.Sawayn2@yahoo.com","dop":"2000-01-31","serial_number":"10791733456393","imei1":"10791733456393","imei2":"10791733456393","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176839,"job_number":"JOB_176839","tr_customer_id":176856,"tr_customer_product_id":176846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:58.000Z","modified_at":"2026-02-04T06:54:58.000Z","name":"Garnet McDermott","mobile_number":"664-908-1779","email_id":"Dudley_Strosin@yahoo.com","dop":"2025-04-06","serial_number":"19389872233651690","imei1":"19389872233651690","imei2":"19389872233651690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176838,"job_number":"JOB_176838","tr_customer_id":176855,"tr_customer_product_id":176845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:56.000Z","modified_at":"2026-02-04T06:55:35.000Z","name":"Coralie Ziemann","mobile_number":"561-505-2613","email_id":"Richmond_Monahan@yahoo.com","dop":"2025-04-06","serial_number":"19481917318387","imei1":"19481917318387","imei2":"19481917318387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176837,"job_number":"JOB_176837","tr_customer_id":176854,"tr_customer_product_id":176844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:56.000Z","modified_at":"2026-02-04T06:54:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15450305710266","imei1":"15450305710266","imei2":"15450305710266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176835,"job_number":"JOB_176835","tr_customer_id":176852,"tr_customer_product_id":176842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:33.000Z","modified_at":"2026-02-04T06:55:12.000Z","name":"Amely Quigley","mobile_number":"442-284-1442","email_id":"Newton.Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10179817101820","imei1":"10179817101820","imei2":"10179817101820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176833,"job_number":"JOB_176833","tr_customer_id":176850,"tr_customer_product_id":176840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:28.000Z","modified_at":"2026-02-04T06:54:28.000Z","name":"Moshe Wisoky","mobile_number":"884-899-5463","email_id":"Theo85@yahoo.com","dop":"2025-04-06","serial_number":"14077937882959564","imei1":"14077937882959564","imei2":"14077937882959564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176832,"job_number":"JOB_176832","tr_customer_id":176849,"tr_customer_product_id":176839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:26.000Z","modified_at":"2026-02-04T06:55:04.000Z","name":"Gaetano Cummings","mobile_number":"965-953-2123","email_id":"Cleve88@yahoo.com","dop":"2025-04-06","serial_number":"15237319646272","imei1":"15237319646272","imei2":"15237319646272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176831,"job_number":"JOB_176831","tr_customer_id":176848,"tr_customer_product_id":176838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:26.000Z","modified_at":"2026-02-04T06:54:26.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10358783354710","imei1":"10358783354710","imei2":"10358783354710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176830,"job_number":"JOB_176830","tr_customer_id":176847,"tr_customer_product_id":176837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:12.000Z","modified_at":"2026-02-04T06:54:12.000Z","name":"Elaina Ondricka","mobile_number":"957-757-0898","email_id":"Lexus92@gmail.com","dop":"2025-04-06","serial_number":"16882268492996790","imei1":"16882268492996790","imei2":"16882268492996790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176829,"job_number":"JOB_176829","tr_customer_id":176846,"tr_customer_product_id":176836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:11.000Z","modified_at":"2026-02-04T06:54:11.000Z","name":"Vivianne Lindgren","mobile_number":"822-982-3785","email_id":"Ian.Goodwin86@gmail.com","dop":"2025-04-06","serial_number":"14405932654558460","imei1":"14405932654558460","imei2":"14405932654558460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176828,"job_number":"JOB_176828","tr_customer_id":176845,"tr_customer_product_id":176835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:48.000Z","name":"Carolanne Schiller","mobile_number":"617-911-1955","email_id":"Garrison72@yahoo.com","dop":"2025-04-06","serial_number":"13659352219816","imei1":"13659352219816","imei2":"13659352219816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176827,"job_number":"JOB_176827","tr_customer_id":176844,"tr_customer_product_id":176834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18719836617783","imei1":"18719836617783","imei2":"18719836617783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176826,"job_number":"JOB_176826","tr_customer_id":176843,"tr_customer_product_id":176833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:49.000Z","name":"Rigoberto Davis","mobile_number":"585-931-2247","email_id":"Damon13@yahoo.com","dop":"2025-04-06","serial_number":"17012921716077","imei1":"17012921716077","imei2":"17012921716077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176825,"job_number":"JOB_176825","tr_customer_id":176842,"tr_customer_product_id":176832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:09.000Z","modified_at":"2026-02-04T06:54:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256882178155","imei1":"18256882178155","imei2":"18256882178155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176823,"job_number":"JOB_176823","tr_customer_id":176840,"tr_customer_product_id":176830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:45.000Z","modified_at":"2026-02-04T06:54:25.000Z","name":"Elinor Huel","mobile_number":"925-870-5470","email_id":"Santa.Gutkowski@hotmail.com","dop":"2000-01-31","serial_number":"10921469195373","imei1":"10921469195373","imei2":"10921469195373","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176821,"job_number":"JOB_176821","tr_customer_id":176838,"tr_customer_product_id":176828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:42.000Z","modified_at":"2026-02-04T06:53:42.000Z","name":"Dangelo Daugherty","mobile_number":"971-243-9069","email_id":"Dariana_Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"12358207551006692","imei1":"12358207551006692","imei2":"12358207551006692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176820,"job_number":"JOB_176820","tr_customer_id":176837,"tr_customer_product_id":176827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:41.000Z","modified_at":"2026-02-04T06:54:19.000Z","name":"Mariane Hilpert","mobile_number":"881-972-3211","email_id":"Diego_Heidenreich91@hotmail.com","dop":"2025-04-06","serial_number":"18877928849136","imei1":"18877928849136","imei2":"18877928849136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176819,"job_number":"JOB_176819","tr_customer_id":176836,"tr_customer_product_id":176826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:40.000Z","modified_at":"2026-02-04T06:53:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10471178019657","imei1":"10471178019657","imei2":"10471178019657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176818,"job_number":"JOB_176818","tr_customer_id":176835,"tr_customer_product_id":176825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:26.000Z","modified_at":"2026-02-04T06:53:26.000Z","name":"Mozelle Beier","mobile_number":"304-716-3783","email_id":"Norris_Gleichner91@gmail.com","dop":"2025-04-06","serial_number":"11211919554825276","imei1":"11211919554825276","imei2":"11211919554825276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176817,"job_number":"JOB_176817","tr_customer_id":176834,"tr_customer_product_id":176824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:25.000Z","modified_at":"2026-02-04T06:54:03.000Z","name":"Dario Bechtelar","mobile_number":"853-861-2010","email_id":"Dina_Hessel31@gmail.com","dop":"2025-04-06","serial_number":"16560041388152","imei1":"16560041388152","imei2":"16560041388152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176816,"job_number":"JOB_176816","tr_customer_id":176833,"tr_customer_product_id":176823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:25.000Z","modified_at":"2026-02-04T06:53:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14841969951716","imei1":"14841969951716","imei2":"14841969951716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176814,"job_number":"JOB_176814","tr_customer_id":176831,"tr_customer_product_id":176821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:57.000Z","modified_at":"2026-02-04T06:53:37.000Z","name":"Dwight Cummerata","mobile_number":"996-948-4620","email_id":"Derick18@gmail.com","dop":"2000-01-31","serial_number":"10835669817075","imei1":"10835669817075","imei2":"10835669817075","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176812,"job_number":"JOB_176812","tr_customer_id":176829,"tr_customer_product_id":176819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:56.000Z","modified_at":"2026-02-04T06:52:56.000Z","name":"Louie Johnson","mobile_number":"754-316-4928","email_id":"Bert49@gmail.com","dop":"2025-04-06","serial_number":"11866253342877496","imei1":"11866253342877496","imei2":"11866253342877496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176811,"job_number":"JOB_176811","tr_customer_id":176828,"tr_customer_product_id":176818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:55.000Z","modified_at":"2026-02-04T06:53:33.000Z","name":"Onie Pouros","mobile_number":"328-720-9300","email_id":"Claire_Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"15830165318909","imei1":"15830165318909","imei2":"15830165318909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176810,"job_number":"JOB_176810","tr_customer_id":176827,"tr_customer_product_id":176817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:54.000Z","modified_at":"2026-02-04T06:52:54.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17634599089101","imei1":"17634599089101","imei2":"17634599089101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176809,"job_number":"JOB_176809","tr_customer_id":176826,"tr_customer_product_id":176816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:40.000Z","modified_at":"2026-02-04T06:52:40.000Z","name":"Cortney McCullough","mobile_number":"277-698-1518","email_id":"Burnice.Ledner@hotmail.com","dop":"2025-04-06","serial_number":"15883677345820860","imei1":"15883677345820860","imei2":"15883677345820860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176808,"job_number":"JOB_176808","tr_customer_id":176825,"tr_customer_product_id":176815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:39.000Z","modified_at":"2026-02-04T06:53:17.000Z","name":"Daren White","mobile_number":"944-529-1698","email_id":"Melyna_Jenkins37@hotmail.com","dop":"2025-04-06","serial_number":"13807047697011","imei1":"13807047697011","imei2":"13807047697011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176807,"job_number":"JOB_176807","tr_customer_id":176824,"tr_customer_product_id":176814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:38.000Z","modified_at":"2026-02-04T06:52:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151415031528","imei1":"18151415031528","imei2":"18151415031528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176806,"job_number":"JOB_176806","tr_customer_id":176823,"tr_customer_product_id":176813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:51:19.000Z","modified_at":"2026-02-04T06:51:19.000Z","name":"Orville Oberbrunner","mobile_number":"251-275-9641","email_id":"Maximillia_Lemke57@hotmail.com","dop":"2025-04-06","serial_number":"11034218713316172","imei1":"11034218713316172","imei2":"11034218713316172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176805,"job_number":"JOB_176805","tr_customer_id":176822,"tr_customer_product_id":176812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:51:17.000Z","modified_at":"2026-02-04T06:51:52.000Z","name":"Dagmar Schaden","mobile_number":"831-463-3100","email_id":"Constantin.Batz60@yahoo.com","dop":"2025-04-06","serial_number":"19266403935221","imei1":"19266403935221","imei2":"19266403935221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176804,"job_number":"JOB_176804","tr_customer_id":176821,"tr_customer_product_id":176811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:01.000Z","modified_at":"2026-02-04T06:47:01.000Z","name":"Lonnie Kreiger","mobile_number":"718-513-4450","email_id":"Hiram_Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15398767579700470","imei1":"15398767579700470","imei2":"15398767579700470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176803,"job_number":"JOB_176803","tr_customer_id":176820,"tr_customer_product_id":176810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:00.000Z","modified_at":"2026-02-04T06:47:40.000Z","name":"Craig Schultz","mobile_number":"409-434-8671","email_id":"Suzanne_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"10831828358942","imei1":"10831828358942","imei2":"10831828358942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176802,"job_number":"JOB_176802","tr_customer_id":176819,"tr_customer_product_id":176809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:00.000Z","modified_at":"2026-02-04T06:47:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13263622890391","imei1":"13263622890391","imei2":"13263622890391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176801,"job_number":"JOB_176801","tr_customer_id":176818,"tr_customer_product_id":176808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:14.000Z","modified_at":"2026-02-04T06:46:14.000Z","name":"Meaghan Ritchie","mobile_number":"485-258-6316","email_id":"Bernadine.Walter@gmail.com","dop":"2025-04-06","serial_number":"13436115505015792","imei1":"13436115505015792","imei2":"13436115505015792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176800,"job_number":"JOB_176800","tr_customer_id":176817,"tr_customer_product_id":176807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:12.000Z","modified_at":"2026-02-04T06:46:52.000Z","name":"Moriah Jaskolski","mobile_number":"838-388-5298","email_id":"Kraig75@hotmail.com","dop":"2025-04-06","serial_number":"17632049648976","imei1":"17632049648976","imei2":"17632049648976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176799,"job_number":"JOB_176799","tr_customer_id":176816,"tr_customer_product_id":176806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:12.000Z","modified_at":"2026-02-04T06:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17022391708038","imei1":"17022391708038","imei2":"17022391708038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176798,"job_number":"JOB_176798","tr_customer_id":176815,"tr_customer_product_id":176805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:25.000Z","modified_at":"2026-02-04T06:45:25.000Z","name":"Thaddeus Klocko","mobile_number":"614-774-7085","email_id":"Candice_Leannon5@gmail.com","dop":"2025-04-06","serial_number":"10603913660394586","imei1":"10603913660394586","imei2":"10603913660394586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176797,"job_number":"JOB_176797","tr_customer_id":176814,"tr_customer_product_id":176804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:24.000Z","modified_at":"2026-02-04T06:46:04.000Z","name":"Ivory Mayer","mobile_number":"948-657-6725","email_id":"Vito77@gmail.com","dop":"2025-04-06","serial_number":"19725127540830","imei1":"19725127540830","imei2":"19725127540830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176796,"job_number":"JOB_176796","tr_customer_id":176813,"tr_customer_product_id":176803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:24.000Z","modified_at":"2026-02-04T06:45:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16344315738281","imei1":"16344315738281","imei2":"16344315738281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176794,"job_number":"JOB_176794","tr_customer_id":176811,"tr_customer_product_id":176801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:18.000Z","modified_at":"2026-02-04T06:44:18.000Z","name":"Kennith Koch","mobile_number":"523-739-2558","email_id":"Pietro57@gmail.com","dop":"2025-04-06","serial_number":"16310320333621812","imei1":"16310320333621812","imei2":"16310320333621812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176793,"job_number":"JOB_176793","tr_customer_id":176810,"tr_customer_product_id":176800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:17.000Z","modified_at":"2026-02-04T06:44:56.000Z","name":"Haley McClure","mobile_number":"875-886-3894","email_id":"Cecile_Jones@yahoo.com","dop":"2025-04-06","serial_number":"16343064722333","imei1":"16343064722333","imei2":"16343064722333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:44:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176792,"job_number":"JOB_176792","tr_customer_id":176809,"tr_customer_product_id":176799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:16.000Z","modified_at":"2026-02-04T06:44:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12718590534378","imei1":"12718590534378","imei2":"12718590534378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176791,"job_number":"JOB_176791","tr_customer_id":176808,"tr_customer_product_id":176798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:30.000Z","modified_at":"2026-02-04T06:43:30.000Z","name":"Arthur Terry","mobile_number":"821-964-7596","email_id":"Rosetta.Quitzon41@gmail.com","dop":"2025-04-06","serial_number":"12054773676001446","imei1":"12054773676001446","imei2":"12054773676001446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176790,"job_number":"JOB_176790","tr_customer_id":176807,"tr_customer_product_id":176797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:29.000Z","modified_at":"2026-02-04T06:44:09.000Z","name":"Hassie Dicki","mobile_number":"819-841-9859","email_id":"Cristina88@yahoo.com","dop":"2025-04-06","serial_number":"19739573208613","imei1":"19739573208613","imei2":"19739573208613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176789,"job_number":"JOB_176789","tr_customer_id":176806,"tr_customer_product_id":176796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:29.000Z","modified_at":"2026-02-04T06:43:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17881802168912","imei1":"17881802168912","imei2":"17881802168912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176788,"job_number":"JOB_176788","tr_customer_id":176805,"tr_customer_product_id":176795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:42.000Z","modified_at":"2026-02-04T06:42:42.000Z","name":"Jarrod Boyle","mobile_number":"913-200-2831","email_id":"Keven.Barton@yahoo.com","dop":"2025-04-06","serial_number":"18173978254419480","imei1":"18173978254419480","imei2":"18173978254419480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176787,"job_number":"JOB_176787","tr_customer_id":176804,"tr_customer_product_id":176794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:41.000Z","modified_at":"2026-02-04T06:43:21.000Z","name":"William Kilback","mobile_number":"883-319-8305","email_id":"Hector_Nitzsche@gmail.com","dop":"2025-04-06","serial_number":"18626509595510","imei1":"18626509595510","imei2":"18626509595510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176786,"job_number":"JOB_176786","tr_customer_id":176803,"tr_customer_product_id":176793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:40.000Z","modified_at":"2026-02-04T06:42:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16222102474690","imei1":"16222102474690","imei2":"16222102474690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176785,"job_number":"JOB_176785","tr_customer_id":176802,"tr_customer_product_id":176792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:11.000Z","modified_at":"2026-02-04T06:42:11.000Z","name":"Stephanie Mraz","mobile_number":"472-216-4112","email_id":"Jeramie.Nitzsche28@hotmail.com","dop":"2025-04-06","serial_number":"16938855388452676","imei1":"16938855388452676","imei2":"16938855388452676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176784,"job_number":"JOB_176784","tr_customer_id":176801,"tr_customer_product_id":176791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:10.000Z","modified_at":"2026-02-04T06:42:49.000Z","name":"Samson Williamson","mobile_number":"601-988-4325","email_id":"Andre_Carter14@yahoo.com","dop":"2025-04-06","serial_number":"11657576181584","imei1":"11657576181584","imei2":"11657576181584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176783,"job_number":"JOB_176783","tr_customer_id":176800,"tr_customer_product_id":176790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:09.000Z","modified_at":"2026-02-04T06:42:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19026898101899","imei1":"19026898101899","imei2":"19026898101899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176782,"job_number":"JOB_176782","tr_customer_id":176799,"tr_customer_product_id":176789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:24.000Z","modified_at":"2026-02-04T06:41:24.000Z","name":"Charles Schumm","mobile_number":"660-573-6891","email_id":"Stone9@gmail.com","dop":"2025-04-06","serial_number":"18172260366394136","imei1":"18172260366394136","imei2":"18172260366394136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176781,"job_number":"JOB_176781","tr_customer_id":176798,"tr_customer_product_id":176788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:22.000Z","modified_at":"2026-02-04T06:42:02.000Z","name":"Noe Fadel","mobile_number":"245-862-7049","email_id":"Dena_Sipes@yahoo.com","dop":"2025-04-06","serial_number":"17991526948188","imei1":"17991526948188","imei2":"17991526948188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176780,"job_number":"JOB_176780","tr_customer_id":176797,"tr_customer_product_id":176787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:22.000Z","modified_at":"2026-02-04T06:41:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15697703473341","imei1":"15697703473341","imei2":"15697703473341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176779,"job_number":"JOB_176779","tr_customer_id":176796,"tr_customer_product_id":176786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:35.000Z","modified_at":"2026-02-04T06:40:35.000Z","name":"Anne Kohler","mobile_number":"646-276-5323","email_id":"Giuseppe99@gmail.com","dop":"2025-04-06","serial_number":"10122348091235562","imei1":"10122348091235562","imei2":"10122348091235562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176778,"job_number":"JOB_176778","tr_customer_id":176795,"tr_customer_product_id":176785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:34.000Z","modified_at":"2026-02-04T06:41:14.000Z","name":"Lorine Gulgowski","mobile_number":"578-776-1552","email_id":"Lyla.Romaguera60@gmail.com","dop":"2025-04-06","serial_number":"13039619133277","imei1":"13039619133277","imei2":"13039619133277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176777,"job_number":"JOB_176777","tr_customer_id":176794,"tr_customer_product_id":176784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:34.000Z","modified_at":"2026-02-04T06:40:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11306483055780","imei1":"11306483055780","imei2":"11306483055780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176776,"job_number":"JOB_176776","tr_customer_id":176793,"tr_customer_product_id":176783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:09.000Z","modified_at":"2026-02-04T06:40:09.000Z","name":"Jean Strosin","mobile_number":"774-797-4342","email_id":"Adolph84@hotmail.com","dop":"2025-06-18","serial_number":"1008346859110637","imei1":"1008346859110637","imei2":"1008346859110637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176775,"job_number":"JOB_176775","tr_customer_id":176792,"tr_customer_product_id":176782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:08.000Z","modified_at":"2026-02-04T06:40:50.000Z","name":"Cyrus Stroman","mobile_number":"972-684-6193","email_id":"Kathleen77@hotmail.com","dop":"2025-06-18","serial_number":"10207415943222","imei1":"10207415943222","imei2":"10207415943222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176774,"job_number":"JOB_176774","tr_customer_id":176791,"tr_customer_product_id":176781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:08.000Z","modified_at":"2026-02-04T06:40:08.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10136622504324","imei1":"10136622504324","imei2":"10136622504324","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176773,"job_number":"JOB_176773","tr_customer_id":176790,"tr_customer_product_id":176780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:22.000Z","modified_at":"2026-02-04T06:39:22.000Z","name":"Winnifred McLaughlin","mobile_number":"286-474-9357","email_id":"Elvie.Weissnat36@hotmail.com","dop":"2025-04-06","serial_number":"13213865836896608","imei1":"13213865836896608","imei2":"13213865836896608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176772,"job_number":"JOB_176772","tr_customer_id":176789,"tr_customer_product_id":176779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:20.000Z","modified_at":"2026-02-04T06:40:04.000Z","name":"Colleen Murazik","mobile_number":"938-339-7309","email_id":"Sonny98@hotmail.com","dop":"2025-04-06","serial_number":"19040000679011","imei1":"19040000679011","imei2":"19040000679011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176771,"job_number":"JOB_176771","tr_customer_id":176788,"tr_customer_product_id":176778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:17.000Z","modified_at":"2026-02-04T06:39:17.000Z","name":"Meda Morar","mobile_number":"649-864-4917","email_id":"Hadley.Brown92@yahoo.com","dop":"2025-06-18","serial_number":"1088488536829495","imei1":"1088488536829495","imei2":"1088488536829495","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176770,"job_number":"JOB_176770","tr_customer_id":176787,"tr_customer_product_id":176777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:17.000Z","modified_at":"2026-02-04T06:40:00.000Z","name":"Adolf Kutch","mobile_number":"616-412-4306","email_id":"Fern_Crist@hotmail.com","dop":"2025-06-18","serial_number":"10568280541578","imei1":"10568280541578","imei2":"10568280541578","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176769,"job_number":"JOB_176769","tr_customer_id":176786,"tr_customer_product_id":176776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:16.000Z","modified_at":"2026-02-04T06:39:16.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10556773782240","imei1":"10556773782240","imei2":"10556773782240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176768,"job_number":"JOB_176768","tr_customer_id":176785,"tr_customer_product_id":176775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:04.000Z","modified_at":"2026-02-04T06:39:44.000Z","name":"Georgianna Luettgen","mobile_number":"375-303-3647","email_id":"Shirley58@hotmail.com","dop":"2025-12-31","serial_number":"102617704348035","imei1":"102617704348035","imei2":"102617704348035","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176767,"job_number":"JOB_176767","tr_customer_id":176784,"tr_customer_product_id":176774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:03.000Z","modified_at":"2026-02-04T06:39:03.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104838426111240","imei1":"104838426111240","imei2":"104838426111240","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176763,"job_number":"JOB_176763","tr_customer_id":176780,"tr_customer_product_id":176770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:15.000Z","modified_at":"2026-02-04T06:38:55.000Z","name":"Lila Swift","mobile_number":"422-450-3027","email_id":"Annalise40@yahoo.com","dop":"2025-12-31","serial_number":"103915271697607","imei1":"103915271697607","imei2":"103915271697607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176762,"job_number":"JOB_176762","tr_customer_id":176779,"tr_customer_product_id":176769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:14.000Z","modified_at":"2026-02-04T06:38:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105808998409499","imei1":"105808998409499","imei2":"105808998409499","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176761,"job_number":"JOB_176761","tr_customer_id":176778,"tr_customer_product_id":176768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:40.000Z","modified_at":"2026-02-04T06:37:40.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000671917300","imei1":"10000671017301","imei2":"10000061817302","popurl":"2026-01-25T06:37:40.004938Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176757,"job_number":"JOB_176757","tr_customer_id":176774,"tr_customer_product_id":176764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:26.000Z","modified_at":"2026-02-04T06:38:06.000Z","name":"Carlotta Carter","mobile_number":"218-907-9362","email_id":"Ardith19@hotmail.com","dop":"2025-12-31","serial_number":"101713119363134","imei1":"101713119363134","imei2":"101713119363134","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176756,"job_number":"JOB_176756","tr_customer_id":176773,"tr_customer_product_id":176763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:25.000Z","modified_at":"2026-02-04T06:37:25.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109467452676855","imei1":"109467452676855","imei2":"109467452676855","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176749,"job_number":"JOB_176749","tr_customer_id":176766,"tr_customer_product_id":176756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:35:15.000Z","modified_at":"2026-02-04T06:35:15.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000571917300","imei1":"10000571017301","imei2":"10000051817302","popurl":"2026-01-25T06:35:15.339250600Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:35:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176842,"job_number":"JOB_176842","tr_customer_id":176859,"tr_customer_product_id":176849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:22.000Z","modified_at":"2026-02-04T06:55:22.000Z","name":"Dejah Larson","mobile_number":"389-660-4246","email_id":"Julian57@hotmail.com","dop":"2000-01-31","serial_number":"1090969720614131","imei1":"1090969720614131","imei2":"1090969720614131","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176840,"job_number":"JOB_176840","tr_customer_id":176857,"tr_customer_product_id":176847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:20.000Z","modified_at":"2026-02-04T06:55:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10746505687117","imei1":"10746505687117","imei2":"10746505687117","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176836,"job_number":"JOB_176836","tr_customer_id":176853,"tr_customer_product_id":176843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:34.000Z","modified_at":"2026-02-04T06:54:34.000Z","name":"Mose Parker","mobile_number":"608-750-3577","email_id":"Tamia_Will@hotmail.com","dop":"2000-01-31","serial_number":"1060387238021366","imei1":"1060387238021366","imei2":"1060387238021366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176834,"job_number":"JOB_176834","tr_customer_id":176851,"tr_customer_product_id":176841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:33.000Z","modified_at":"2026-02-04T06:54:33.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10563331625426","imei1":"10563331625426","imei2":"10563331625426","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176824,"job_number":"JOB_176824","tr_customer_id":176841,"tr_customer_product_id":176831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:47.000Z","modified_at":"2026-02-04T06:53:47.000Z","name":"Mariah Carter","mobile_number":"824-705-2807","email_id":"Cleora.Bradtke41@hotmail.com","dop":"2000-01-31","serial_number":"1028803083099077","imei1":"1028803083099077","imei2":"1028803083099077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176822,"job_number":"JOB_176822","tr_customer_id":176839,"tr_customer_product_id":176829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:45.000Z","modified_at":"2026-02-04T06:53:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10108026856736","imei1":"10108026856736","imei2":"10108026856736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176815,"job_number":"JOB_176815","tr_customer_id":176832,"tr_customer_product_id":176822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:59.000Z","modified_at":"2026-02-04T06:52:59.000Z","name":"Misty Dietrich","mobile_number":"685-216-0613","email_id":"Van64@hotmail.com","dop":"2000-01-31","serial_number":"1037913115591944","imei1":"1037913115591944","imei2":"1037913115591944","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176813,"job_number":"JOB_176813","tr_customer_id":176830,"tr_customer_product_id":176820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:57.000Z","modified_at":"2026-02-04T06:52:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10905456111216","imei1":"10905456111216","imei2":"10905456111216","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify response message should be 'Success' 1 0 0
Verify response data should be a non-empty array. 1 0 0
Verify Response time should be below 250 ms 0 1 0
Verify Keys are present for job with jobId: 177092 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177092 1 0 0
Verify Keys are present for job with jobId: 177090 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177090 1 0 0
Verify Keys are present for job with jobId: 177088 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177088 1 0 0
Verify Keys are present for job with jobId: 177087 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177087 1 0 0
Verify Keys are present for job with jobId: 177086 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177086 1 0 0
Verify Keys are present for job with jobId: 177085 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177085 1 0 0
Verify Keys are present for job with jobId: 177084 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177084 1 0 0
Verify Keys are present for job with jobId: 177083 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177083 1 0 0
Verify Keys are present for job with jobId: 177031 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177031 1 0 0
Verify Keys are present for job with jobId: 177029 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177029 1 0 0
Verify Keys are present for job with jobId: 177028 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177028 1 0 0
Verify Keys are present for job with jobId: 177027 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177027 1 0 0
Verify Keys are present for job with jobId: 177026 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177026 1 0 0
Verify Keys are present for job with jobId: 176989 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176989 1 0 0
Verify Keys are present for job with jobId: 176988 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176988 1 0 0
Verify Keys are present for job with jobId: 176987 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176987 1 0 0
Verify Keys are present for job with jobId: 176904 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176904 1 0 0
Verify Keys are present for job with jobId: 176903 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176903 1 0 0
Verify Keys are present for job with jobId: 176902 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176902 1 0 0
Verify Keys are present for job with jobId: 176899 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176899 1 0 0
Verify Keys are present for job with jobId: 176898 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176898 1 0 0
Verify Keys are present for job with jobId: 176897 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176897 1 0 0
Verify Keys are present for job with jobId: 176896 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176896 1 0 0
Verify Keys are present for job with jobId: 176895 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176895 1 0 0
Verify Keys are present for job with jobId: 176894 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176894 1 0 0
Verify Keys are present for job with jobId: 176795 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176795 1 0 0
Verify Keys are present for job with jobId: 176766 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176766 1 0 0
Verify Keys are present for job with jobId: 176765 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176765 1 0 0
Verify Keys are present for job with jobId: 176764 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176764 1 0 0
Verify Keys are present for job with jobId: 176760 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176760 1 0 0
Verify Keys are present for job with jobId: 176759 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176759 1 0 0
Verify Keys are present for job with jobId: 176758 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176758 1 0 0
Verify Keys are present for job with jobId: 176755 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176755 1 0 0
Verify Keys are present for job with jobId: 176754 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176754 1 0 0
Verify Keys are present for job with jobId: 176753 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176753 1 0 0
Verify Keys are present for job with jobId: 176752 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176752 1 0 0
Verify Keys are present for job with jobId: 176751 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176751 1 0 0
Verify Keys are present for job with jobId: 176750 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176750 1 0 0
Verify Keys are present for job with jobId: 176748 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176748 1 0 0
Verify Keys are present for job with jobId: 176747 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176747 1 0 0
Verify Keys are present for job with jobId: 176746 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176746 1 0 0
Verify Keys are present for job with jobId: 176745 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176745 1 0 0
Verify Keys are present for job with jobId: 176743 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176743 1 0 0
Verify Keys are present for job with jobId: 176742 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176742 1 0 0
Verify Keys are present for job with jobId: 176741 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176741 1 0 0
Verify Keys are present for job with jobId: 176740 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176740 1 0 0
Verify Keys are present for job with jobId: 176708 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176708 1 0 0
Verify Keys are present for job with jobId: 176707 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176707 1 0 0
Verify Keys are present for job with jobId: 176631 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176631 1 0 0
Verify Keys are present for job with jobId: 176612 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176612 1 0 0
Verify Keys are present for job with jobId: 176609 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176609 1 0 0
Verify Keys are present for job with jobId: 176608 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176608 1 0 0
Verify Keys are present for job with jobId: 176607 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176607 1 0 0
Verify Keys are present for job with jobId: 176606 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176606 1 0 0
Verify Keys are present for job with jobId: 176596 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176596 1 0 0
Verify Keys are present for job with jobId: 176595 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176595 1 0 0
Verify Keys are present for job with jobId: 176594 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176594 1 0 0
Verify Keys are present for job with jobId: 176592 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176592 1 0 0
Verify Keys are present for job with jobId: 176591 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176591 1 0 0
Verify Keys are present for job with jobId: 176568 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176568 1 0 0
Verify Keys are present for job with jobId: 176567 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176567 1 0 0
Verify Keys are present for job with jobId: 176566 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176566 1 0 0
Verify Keys are present for job with jobId: 176565 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176565 1 0 0
Verify Keys are present for job with jobId: 176564 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176564 1 0 0
Verify Keys are present for job with jobId: 176563 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176563 1 0 0
Verify Keys are present for job with jobId: 176562 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176562 1 0 0
Verify Keys are present for job with jobId: 176549 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176549 1 0 0
Verify Keys are present for job with jobId: 176548 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176548 1 0 0
Verify Keys are present for job with jobId: 176546 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176546 1 0 0
Verify Keys are present for job with jobId: 176541 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176541 1 0 0
Verify Keys are present for job with jobId: 176539 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176539 1 0 0
Verify Keys are present for job with jobId: 176535 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176535 1 0 0
Verify Keys are present for job with jobId: 176534 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176534 1 0 0
Verify Keys are present for job with jobId: 176533 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176533 1 0 0
Verify Keys are present for job with jobId: 176523 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176523 1 0 0
Verify Keys are present for job with jobId: 176506 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176506 1 0 0
Verify Keys are present for job with jobId: 176490 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176490 1 0 0
Verify Keys are present for job with jobId: 176479 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176479 1 0 0
Verify Keys are present for job with jobId: 176475 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176475 1 0 0
Verify Keys are present for job with jobId: 176474 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176474 1 0 0
Verify Keys are present for job with jobId: 176473 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176473 1 0 0
Verify Keys are present for job with jobId: 176472 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176472 1 0 0
Verify Keys are present for job with jobId: 176471 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176471 1 0 0
Verify Keys are present for job with jobId: 176439 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176439 1 0 0
Verify Keys are present for job with jobId: 176435 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176435 1 0 0
Verify Keys are present for job with jobId: 176434 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176434 1 0 0
Verify Keys are present for job with jobId: 176433 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176433 1 0 0
Verify Keys are present for job with jobId: 176432 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176432 1 0 0
Verify Keys are present for job with jobId: 177095 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177095 1 0 0
Verify Keys are present for job with jobId: 177094 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177094 1 0 0
Verify Keys are present for job with jobId: 177093 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177093 1 0 0
Verify Keys are present for job with jobId: 177091 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177091 1 0 0
Verify Keys are present for job with jobId: 177089 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177089 1 0 0
Verify Keys are present for job with jobId: 177082 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177082 1 0 0
Verify Keys are present for job with jobId: 177081 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177081 1 0 0
Verify Keys are present for job with jobId: 177080 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177080 1 0 0
Verify Keys are present for job with jobId: 177079 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177079 1 0 0
Verify Keys are present for job with jobId: 177078 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177078 1 0 0
Verify Keys are present for job with jobId: 177077 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177077 1 0 0
Verify Keys are present for job with jobId: 177076 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177076 1 0 0
Verify Keys are present for job with jobId: 177075 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177075 1 0 0
Verify Keys are present for job with jobId: 177074 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177074 1 0 0
Verify Keys are present for job with jobId: 177073 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177073 1 0 0
Verify Keys are present for job with jobId: 177072 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177072 1 0 0
Verify Keys are present for job with jobId: 177071 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177071 1 0 0
Verify Keys are present for job with jobId: 177070 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177070 1 0 0
Verify Keys are present for job with jobId: 177069 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177069 1 0 0
Verify Keys are present for job with jobId: 177068 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177068 1 0 0
Verify Keys are present for job with jobId: 177067 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177067 1 0 0
Verify Keys are present for job with jobId: 177066 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177066 1 0 0
Verify Keys are present for job with jobId: 177065 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177065 1 0 0
Verify Keys are present for job with jobId: 177064 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177064 1 0 0
Verify Keys are present for job with jobId: 177063 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177063 1 0 0
Verify Keys are present for job with jobId: 177062 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177062 1 0 0
Verify Keys are present for job with jobId: 177061 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177061 1 0 0
Verify Keys are present for job with jobId: 177060 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177060 1 0 0
Verify Keys are present for job with jobId: 177059 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177059 1 0 0
Verify Keys are present for job with jobId: 177058 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177058 1 0 0
Verify Keys are present for job with jobId: 177057 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177057 1 0 0
Verify Keys are present for job with jobId: 177056 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177056 1 0 0
Verify Keys are present for job with jobId: 177055 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177055 1 0 0
Verify Keys are present for job with jobId: 177054 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177054 1 0 0
Verify Keys are present for job with jobId: 177053 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177053 1 0 0
Verify Keys are present for job with jobId: 177052 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177052 1 0 0
Verify Keys are present for job with jobId: 177051 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177051 1 0 0
Verify Keys are present for job with jobId: 177050 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177050 1 0 0
Verify Keys are present for job with jobId: 177049 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177049 1 0 0
Verify Keys are present for job with jobId: 177048 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177048 1 0 0
Verify Keys are present for job with jobId: 177047 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177047 1 0 0
Verify Keys are present for job with jobId: 177046 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177046 1 0 0
Verify Keys are present for job with jobId: 177045 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177045 1 0 0
Verify Keys are present for job with jobId: 177044 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177044 1 0 0
Verify Keys are present for job with jobId: 177043 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177043 1 0 0
Verify Keys are present for job with jobId: 177042 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177042 1 0 0
Verify Keys are present for job with jobId: 177041 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177041 1 0 0
Verify Keys are present for job with jobId: 177040 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177040 1 0 0
Verify Keys are present for job with jobId: 177039 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177039 1 0 0
Verify Keys are present for job with jobId: 177038 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177038 1 0 0
Verify Keys are present for job with jobId: 177037 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177037 1 0 0
Verify Keys are present for job with jobId: 177036 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177036 1 0 0
Verify Keys are present for job with jobId: 177035 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177035 1 0 0
Verify Keys are present for job with jobId: 177034 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177034 1 0 0
Verify Keys are present for job with jobId: 177033 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177033 1 0 0
Verify Keys are present for job with jobId: 177032 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177032 1 0 0
Verify Keys are present for job with jobId: 177030 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177030 1 0 0
Verify Keys are present for job with jobId: 177025 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177025 1 0 0
Verify Keys are present for job with jobId: 177024 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177024 1 0 0
Verify Keys are present for job with jobId: 177023 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177023 1 0 0
Verify Keys are present for job with jobId: 177022 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177022 1 0 0
Verify Keys are present for job with jobId: 177021 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177021 1 0 0
Verify Keys are present for job with jobId: 177020 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177020 1 0 0
Verify Keys are present for job with jobId: 177019 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177019 1 0 0
Verify Keys are present for job with jobId: 177018 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177018 1 0 0
Verify Keys are present for job with jobId: 177017 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177017 1 0 0
Verify Keys are present for job with jobId: 177016 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177016 1 0 0
Verify Keys are present for job with jobId: 177015 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177015 1 0 0
Verify Keys are present for job with jobId: 177014 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177014 1 0 0
Verify Keys are present for job with jobId: 177013 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177013 1 0 0
Verify Keys are present for job with jobId: 177012 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177012 1 0 0
Verify Keys are present for job with jobId: 177011 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177011 1 0 0
Verify Keys are present for job with jobId: 177010 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177010 1 0 0
Verify Keys are present for job with jobId: 177009 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177009 1 0 0
Verify Keys are present for job with jobId: 177008 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177008 1 0 0
Verify Keys are present for job with jobId: 177007 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177007 1 0 0
Verify Keys are present for job with jobId: 177006 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177006 1 0 0
Verify Keys are present for job with jobId: 177005 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177005 1 0 0
Verify Keys are present for job with jobId: 177004 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177004 1 0 0
Verify Keys are present for job with jobId: 177003 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177003 1 0 0
Verify Keys are present for job with jobId: 177002 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177002 1 0 0
Verify Keys are present for job with jobId: 177001 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177001 1 0 0
Verify Keys are present for job with jobId: 177000 1 0 0
Verify Job Number starts with 'JOB_' for Job: 177000 1 0 0
Verify Keys are present for job with jobId: 176999 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176999 1 0 0
Verify Keys are present for job with jobId: 176998 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176998 1 0 0
Verify Keys are present for job with jobId: 176997 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176997 1 0 0
Verify Keys are present for job with jobId: 176996 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176996 1 0 0
Verify Keys are present for job with jobId: 176995 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176995 1 0 0
Verify Keys are present for job with jobId: 176994 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176994 1 0 0
Verify Keys are present for job with jobId: 176993 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176993 1 0 0
Verify Keys are present for job with jobId: 176992 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176992 1 0 0
Verify Keys are present for job with jobId: 176991 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176991 1 0 0
Verify Keys are present for job with jobId: 176990 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176990 1 0 0
Verify Keys are present for job with jobId: 176986 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176986 1 0 0
Verify Keys are present for job with jobId: 176985 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176985 1 0 0
Verify Keys are present for job with jobId: 176984 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176984 1 0 0
Verify Keys are present for job with jobId: 176983 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176983 1 0 0
Verify Keys are present for job with jobId: 176982 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176982 1 0 0
Verify Keys are present for job with jobId: 176981 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176981 1 0 0
Verify Keys are present for job with jobId: 176980 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176980 1 0 0
Verify Keys are present for job with jobId: 176979 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176979 1 0 0
Verify Keys are present for job with jobId: 176978 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176978 1 0 0
Verify Keys are present for job with jobId: 176977 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176977 1 0 0
Verify Keys are present for job with jobId: 176976 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176976 1 0 0
Verify Keys are present for job with jobId: 176975 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176975 1 0 0
Verify Keys are present for job with jobId: 176974 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176974 1 0 0
Verify Keys are present for job with jobId: 176973 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176973 1 0 0
Verify Keys are present for job with jobId: 176972 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176972 1 0 0
Verify Keys are present for job with jobId: 176971 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176971 1 0 0
Verify Keys are present for job with jobId: 176970 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176970 1 0 0
Verify Keys are present for job with jobId: 176969 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176969 1 0 0
Verify Keys are present for job with jobId: 176968 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176968 1 0 0
Verify Keys are present for job with jobId: 176967 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176967 1 0 0
Verify Keys are present for job with jobId: 176966 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176966 1 0 0
Verify Keys are present for job with jobId: 176965 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176965 1 0 0
Verify Keys are present for job with jobId: 176964 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176964 1 0 0
Verify Keys are present for job with jobId: 176963 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176963 1 0 0
Verify Keys are present for job with jobId: 176962 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176962 1 0 0
Verify Keys are present for job with jobId: 176961 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176961 1 0 0
Verify Keys are present for job with jobId: 176960 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176960 1 0 0
Verify Keys are present for job with jobId: 176959 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176959 1 0 0
Verify Keys are present for job with jobId: 176958 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176958 1 0 0
Verify Keys are present for job with jobId: 176957 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176957 1 0 0
Verify Keys are present for job with jobId: 176956 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176956 1 0 0
Verify Keys are present for job with jobId: 176955 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176955 1 0 0
Verify Keys are present for job with jobId: 176954 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176954 1 0 0
Verify Keys are present for job with jobId: 176953 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176953 1 0 0
Verify Keys are present for job with jobId: 176952 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176952 1 0 0
Verify Keys are present for job with jobId: 176951 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176951 1 0 0
Verify Keys are present for job with jobId: 176950 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176950 1 0 0
Verify Keys are present for job with jobId: 176949 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176949 1 0 0
Verify Keys are present for job with jobId: 176948 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176948 1 0 0
Verify Keys are present for job with jobId: 176947 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176947 1 0 0
Verify Keys are present for job with jobId: 176946 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176946 1 0 0
Verify Keys are present for job with jobId: 176945 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176945 1 0 0
Verify Keys are present for job with jobId: 176944 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176944 1 0 0
Verify Keys are present for job with jobId: 176943 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176943 1 0 0
Verify Keys are present for job with jobId: 176942 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176942 1 0 0
Verify Keys are present for job with jobId: 176941 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176941 1 0 0
Verify Keys are present for job with jobId: 176940 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176940 1 0 0
Verify Keys are present for job with jobId: 176939 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176939 1 0 0
Verify Keys are present for job with jobId: 176938 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176938 1 0 0
Verify Keys are present for job with jobId: 176937 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176937 1 0 0
Verify Keys are present for job with jobId: 176936 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176936 1 0 0
Verify Keys are present for job with jobId: 176935 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176935 1 0 0
Verify Keys are present for job with jobId: 176934 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176934 1 0 0
Verify Keys are present for job with jobId: 176933 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176933 1 0 0
Verify Keys are present for job with jobId: 176932 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176932 1 0 0
Verify Keys are present for job with jobId: 176931 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176931 1 0 0
Verify Keys are present for job with jobId: 176930 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176930 1 0 0
Verify Keys are present for job with jobId: 176929 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176929 1 0 0
Verify Keys are present for job with jobId: 176928 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176928 1 0 0
Verify Keys are present for job with jobId: 176927 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176927 1 0 0
Verify Keys are present for job with jobId: 176926 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176926 1 0 0
Verify Keys are present for job with jobId: 176925 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176925 1 0 0
Verify Keys are present for job with jobId: 176924 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176924 1 0 0
Verify Keys are present for job with jobId: 176923 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176923 1 0 0
Verify Keys are present for job with jobId: 176922 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176922 1 0 0
Verify Keys are present for job with jobId: 176921 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176921 1 0 0
Verify Keys are present for job with jobId: 176920 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176920 1 0 0
Verify Keys are present for job with jobId: 176919 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176919 1 0 0
Verify Keys are present for job with jobId: 176918 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176918 1 0 0
Verify Keys are present for job with jobId: 176917 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176917 1 0 0
Verify Keys are present for job with jobId: 176916 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176916 1 0 0
Verify Keys are present for job with jobId: 176915 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176915 1 0 0
Verify Keys are present for job with jobId: 176914 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176914 1 0 0
Verify Keys are present for job with jobId: 176913 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176913 1 0 0
Verify Keys are present for job with jobId: 176912 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176912 1 0 0
Verify Keys are present for job with jobId: 176911 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176911 1 0 0
Verify Keys are present for job with jobId: 176910 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176910 1 0 0
Verify Keys are present for job with jobId: 176909 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176909 1 0 0
Verify Keys are present for job with jobId: 176908 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176908 1 0 0
Verify Keys are present for job with jobId: 176907 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176907 1 0 0
Verify Keys are present for job with jobId: 176906 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176906 1 0 0
Verify Keys are present for job with jobId: 176905 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176905 1 0 0
Verify Keys are present for job with jobId: 176901 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176901 1 0 0
Verify Keys are present for job with jobId: 176900 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176900 1 0 0
Verify Keys are present for job with jobId: 176893 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176893 1 0 0
Verify Keys are present for job with jobId: 176892 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176892 1 0 0
Verify Keys are present for job with jobId: 176891 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176891 1 0 0
Verify Keys are present for job with jobId: 176890 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176890 1 0 0
Verify Keys are present for job with jobId: 176889 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176889 1 0 0
Verify Keys are present for job with jobId: 176888 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176888 1 0 0
Verify Keys are present for job with jobId: 176887 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176887 1 0 0
Verify Keys are present for job with jobId: 176886 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176886 1 0 0
Verify Keys are present for job with jobId: 176885 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176885 1 0 0
Verify Keys are present for job with jobId: 176884 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176884 1 0 0
Verify Keys are present for job with jobId: 176883 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176883 1 0 0
Verify Keys are present for job with jobId: 176882 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176882 1 0 0
Verify Keys are present for job with jobId: 176881 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176881 1 0 0
Verify Keys are present for job with jobId: 176880 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176880 1 0 0
Verify Keys are present for job with jobId: 176879 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176879 1 0 0
Verify Keys are present for job with jobId: 176878 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176878 1 0 0
Verify Keys are present for job with jobId: 176877 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176877 1 0 0
Verify Keys are present for job with jobId: 176876 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176876 1 0 0
Verify Keys are present for job with jobId: 176875 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176875 1 0 0
Verify Keys are present for job with jobId: 176874 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176874 1 0 0
Verify Keys are present for job with jobId: 176873 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176873 1 0 0
Verify Keys are present for job with jobId: 176872 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176872 1 0 0
Verify Keys are present for job with jobId: 176871 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176871 1 0 0
Verify Keys are present for job with jobId: 176870 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176870 1 0 0
Verify Keys are present for job with jobId: 176869 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176869 1 0 0
Verify Keys are present for job with jobId: 176868 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176868 1 0 0
Verify Keys are present for job with jobId: 176867 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176867 1 0 0
Verify Keys are present for job with jobId: 176866 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176866 1 0 0
Verify Keys are present for job with jobId: 176865 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176865 1 0 0
Verify Keys are present for job with jobId: 176864 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176864 1 0 0
Verify Keys are present for job with jobId: 176863 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176863 1 0 0
Verify Keys are present for job with jobId: 176862 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176862 1 0 0
Verify Keys are present for job with jobId: 176861 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176861 1 0 0
Verify Keys are present for job with jobId: 176860 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176860 1 0 0
Verify Keys are present for job with jobId: 176859 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176859 1 0 0
Verify Keys are present for job with jobId: 176858 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176858 1 0 0
Verify Keys are present for job with jobId: 176857 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176857 1 0 0
Verify Keys are present for job with jobId: 176856 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176856 1 0 0
Verify Keys are present for job with jobId: 176855 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176855 1 0 0
Verify Keys are present for job with jobId: 176854 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176854 1 0 0
Verify Keys are present for job with jobId: 176853 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176853 1 0 0
Verify Keys are present for job with jobId: 176852 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176852 1 0 0
Verify Keys are present for job with jobId: 176851 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176851 1 0 0
Verify Keys are present for job with jobId: 176850 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176850 1 0 0
Verify Keys are present for job with jobId: 176849 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176849 1 0 0
Verify Keys are present for job with jobId: 176848 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176848 1 0 0
Verify Keys are present for job with jobId: 176847 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176847 1 0 0
Verify Keys are present for job with jobId: 176846 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176846 1 0 0
Verify Keys are present for job with jobId: 176845 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176845 1 0 0
Verify Keys are present for job with jobId: 176844 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176844 1 0 0
Verify Keys are present for job with jobId: 176843 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176843 1 0 0
Verify Keys are present for job with jobId: 176841 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176841 1 0 0
Verify Keys are present for job with jobId: 176839 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176839 1 0 0
Verify Keys are present for job with jobId: 176838 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176838 1 0 0
Verify Keys are present for job with jobId: 176837 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176837 1 0 0
Verify Keys are present for job with jobId: 176835 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176835 1 0 0
Verify Keys are present for job with jobId: 176833 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176833 1 0 0
Verify Keys are present for job with jobId: 176832 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176832 1 0 0
Verify Keys are present for job with jobId: 176831 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176831 1 0 0
Verify Keys are present for job with jobId: 176830 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176830 1 0 0
Verify Keys are present for job with jobId: 176829 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176829 1 0 0
Verify Keys are present for job with jobId: 176828 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176828 1 0 0
Verify Keys are present for job with jobId: 176827 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176827 1 0 0
Verify Keys are present for job with jobId: 176826 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176826 1 0 0
Verify Keys are present for job with jobId: 176825 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176825 1 0 0
Verify Keys are present for job with jobId: 176823 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176823 1 0 0
Verify Keys are present for job with jobId: 176821 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176821 1 0 0
Verify Keys are present for job with jobId: 176820 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176820 1 0 0
Verify Keys are present for job with jobId: 176819 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176819 1 0 0
Verify Keys are present for job with jobId: 176818 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176818 1 0 0
Verify Keys are present for job with jobId: 176817 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176817 1 0 0
Verify Keys are present for job with jobId: 176816 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176816 1 0 0
Verify Keys are present for job with jobId: 176814 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176814 1 0 0
Verify Keys are present for job with jobId: 176812 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176812 1 0 0
Verify Keys are present for job with jobId: 176811 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176811 1 0 0
Verify Keys are present for job with jobId: 176810 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176810 1 0 0
Verify Keys are present for job with jobId: 176809 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176809 1 0 0
Verify Keys are present for job with jobId: 176808 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176808 1 0 0
Verify Keys are present for job with jobId: 176807 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176807 1 0 0
Verify Keys are present for job with jobId: 176806 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176806 1 0 0
Verify Keys are present for job with jobId: 176805 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176805 1 0 0
Verify Keys are present for job with jobId: 176804 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176804 1 0 0
Verify Keys are present for job with jobId: 176803 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176803 1 0 0
Verify Keys are present for job with jobId: 176802 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176802 1 0 0
Verify Keys are present for job with jobId: 176801 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176801 1 0 0
Verify Keys are present for job with jobId: 176800 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176800 1 0 0
Verify Keys are present for job with jobId: 176799 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176799 1 0 0
Verify Keys are present for job with jobId: 176798 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176798 1 0 0
Verify Keys are present for job with jobId: 176797 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176797 1 0 0
Verify Keys are present for job with jobId: 176796 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176796 1 0 0
Verify Keys are present for job with jobId: 176794 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176794 1 0 0
Verify Keys are present for job with jobId: 176793 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176793 1 0 0
Verify Keys are present for job with jobId: 176792 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176792 1 0 0
Verify Keys are present for job with jobId: 176791 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176791 1 0 0
Verify Keys are present for job with jobId: 176790 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176790 1 0 0
Verify Keys are present for job with jobId: 176789 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176789 1 0 0
Verify Keys are present for job with jobId: 176788 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176788 1 0 0
Verify Keys are present for job with jobId: 176787 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176787 1 0 0
Verify Keys are present for job with jobId: 176786 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176786 1 0 0
Verify Keys are present for job with jobId: 176785 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176785 1 0 0
Verify Keys are present for job with jobId: 176784 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176784 1 0 0
Verify Keys are present for job with jobId: 176783 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176783 1 0 0
Verify Keys are present for job with jobId: 176782 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176782 1 0 0
Verify Keys are present for job with jobId: 176781 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176781 1 0 0
Verify Keys are present for job with jobId: 176780 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176780 1 0 0
Verify Keys are present for job with jobId: 176779 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176779 1 0 0
Verify Keys are present for job with jobId: 176778 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176778 1 0 0
Verify Keys are present for job with jobId: 176777 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176777 1 0 0
Verify Keys are present for job with jobId: 176776 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176776 1 0 0
Verify Keys are present for job with jobId: 176775 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176775 1 0 0
Verify Keys are present for job with jobId: 176774 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176774 1 0 0
Verify Keys are present for job with jobId: 176773 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176773 1 0 0
Verify Keys are present for job with jobId: 176772 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176772 1 0 0
Verify Keys are present for job with jobId: 176771 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176771 1 0 0
Verify Keys are present for job with jobId: 176770 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176770 1 0 0
Verify Keys are present for job with jobId: 176769 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176769 1 0 0
Verify Keys are present for job with jobId: 176768 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176768 1 0 0
Verify Keys are present for job with jobId: 176767 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176767 1 0 0
Verify Keys are present for job with jobId: 176763 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176763 1 0 0
Verify Keys are present for job with jobId: 176762 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176762 1 0 0
Verify Keys are present for job with jobId: 176761 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176761 1 0 0
Verify Keys are present for job with jobId: 176757 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176757 1 0 0
Verify Keys are present for job with jobId: 176756 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176756 1 0 0
Verify Keys are present for job with jobId: 176749 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176749 1 0 0
Verify Keys are present for job with jobId: 176744 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176744 1 0 0
Verify Keys are present for job with jobId: 176739 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176739 1 0 0
Verify Keys are present for job with jobId: 176738 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176738 1 0 0
Verify Keys are present for job with jobId: 176737 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176737 1 0 0
Verify Keys are present for job with jobId: 176736 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176736 1 0 0
Verify Keys are present for job with jobId: 176735 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176735 1 0 0
Verify Keys are present for job with jobId: 176734 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176734 1 0 0
Verify Keys are present for job with jobId: 176733 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176733 1 0 0
Verify Keys are present for job with jobId: 176732 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176732 1 0 0
Verify Keys are present for job with jobId: 176731 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176731 1 0 0
Verify Keys are present for job with jobId: 176730 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176730 1 0 0
Verify Keys are present for job with jobId: 176729 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176729 1 0 0
Verify Keys are present for job with jobId: 176728 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176728 1 0 0
Verify Keys are present for job with jobId: 176727 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176727 1 0 0
Verify Keys are present for job with jobId: 176726 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176726 1 0 0
Verify Keys are present for job with jobId: 176725 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176725 1 0 0
Verify Keys are present for job with jobId: 176724 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176724 1 0 0
Verify Keys are present for job with jobId: 176723 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176723 1 0 0
Verify Keys are present for job with jobId: 176722 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176722 1 0 0
Verify Keys are present for job with jobId: 176721 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176721 1 0 0
Verify Keys are present for job with jobId: 176720 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176720 1 0 0
Verify Keys are present for job with jobId: 176719 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176719 1 0 0
Verify Keys are present for job with jobId: 176718 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176718 1 0 0
Verify Keys are present for job with jobId: 176717 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176717 1 0 0
Verify Keys are present for job with jobId: 176716 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176716 1 0 0
Verify Keys are present for job with jobId: 176715 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176715 1 0 0
Verify Keys are present for job with jobId: 176714 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176714 1 0 0
Verify Keys are present for job with jobId: 176713 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176713 1 0 0
Verify Keys are present for job with jobId: 176712 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176712 1 0 0
Verify Keys are present for job with jobId: 176711 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176711 1 0 0
Verify Keys are present for job with jobId: 176710 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176710 1 0 0
Verify Keys are present for job with jobId: 176709 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176709 1 0 0
Verify Keys are present for job with jobId: 176706 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176706 1 0 0
Verify Keys are present for job with jobId: 176705 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176705 1 0 0
Verify Keys are present for job with jobId: 176704 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176704 1 0 0
Verify Keys are present for job with jobId: 176703 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176703 1 0 0
Verify Keys are present for job with jobId: 176702 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176702 1 0 0
Verify Keys are present for job with jobId: 176701 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176701 1 0 0
Verify Keys are present for job with jobId: 176700 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176700 1 0 0
Verify Keys are present for job with jobId: 176699 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176699 1 0 0
Verify Keys are present for job with jobId: 176698 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176698 1 0 0
Verify Keys are present for job with jobId: 176697 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176697 1 0 0
Verify Keys are present for job with jobId: 176696 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176696 1 0 0
Verify Keys are present for job with jobId: 176695 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176695 1 0 0
Verify Keys are present for job with jobId: 176694 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176694 1 0 0
Verify Keys are present for job with jobId: 176693 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176693 1 0 0
Verify Keys are present for job with jobId: 176692 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176692 1 0 0
Verify Keys are present for job with jobId: 176691 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176691 1 0 0
Verify Keys are present for job with jobId: 176690 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176690 1 0 0
Verify Keys are present for job with jobId: 176689 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176689 1 0 0
Verify Keys are present for job with jobId: 176688 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176688 1 0 0
Verify Keys are present for job with jobId: 176687 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176687 1 0 0
Verify Keys are present for job with jobId: 176686 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176686 1 0 0
Verify Keys are present for job with jobId: 176685 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176685 1 0 0
Verify Keys are present for job with jobId: 176684 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176684 1 0 0
Verify Keys are present for job with jobId: 176683 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176683 1 0 0
Verify Keys are present for job with jobId: 176682 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176682 1 0 0
Verify Keys are present for job with jobId: 176681 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176681 1 0 0
Verify Keys are present for job with jobId: 176680 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176680 1 0 0
Verify Keys are present for job with jobId: 176679 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176679 1 0 0
Verify Keys are present for job with jobId: 176678 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176678 1 0 0
Verify Keys are present for job with jobId: 176677 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176677 1 0 0
Verify Keys are present for job with jobId: 176676 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176676 1 0 0
Verify Keys are present for job with jobId: 176675 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176675 1 0 0
Verify Keys are present for job with jobId: 176674 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176674 1 0 0
Verify Keys are present for job with jobId: 176673 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176673 1 0 0
Verify Keys are present for job with jobId: 176672 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176672 1 0 0
Verify Keys are present for job with jobId: 176671 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176671 1 0 0
Verify Keys are present for job with jobId: 176670 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176670 1 0 0
Verify Keys are present for job with jobId: 176669 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176669 1 0 0
Verify Keys are present for job with jobId: 176668 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176668 1 0 0
Verify Keys are present for job with jobId: 176667 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176667 1 0 0
Verify Keys are present for job with jobId: 176666 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176666 1 0 0
Verify Keys are present for job with jobId: 176665 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176665 1 0 0
Verify Keys are present for job with jobId: 176664 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176664 1 0 0
Verify Keys are present for job with jobId: 176663 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176663 1 0 0
Verify Keys are present for job with jobId: 176662 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176662 1 0 0
Verify Keys are present for job with jobId: 176660 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176660 1 0 0
Verify Keys are present for job with jobId: 176658 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176658 1 0 0
Verify Keys are present for job with jobId: 176657 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176657 1 0 0
Verify Keys are present for job with jobId: 176656 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176656 1 0 0
Verify Keys are present for job with jobId: 176655 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176655 1 0 0
Verify Keys are present for job with jobId: 176654 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176654 1 0 0
Verify Keys are present for job with jobId: 176653 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176653 1 0 0
Verify Keys are present for job with jobId: 176652 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176652 1 0 0
Verify Keys are present for job with jobId: 176651 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176651 1 0 0
Verify Keys are present for job with jobId: 176650 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176650 1 0 0
Verify Keys are present for job with jobId: 176649 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176649 1 0 0
Verify Keys are present for job with jobId: 176648 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176648 1 0 0
Verify Keys are present for job with jobId: 176647 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176647 1 0 0
Verify Keys are present for job with jobId: 176646 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176646 1 0 0
Verify Keys are present for job with jobId: 176645 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176645 1 0 0
Verify Keys are present for job with jobId: 176644 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176644 1 0 0
Verify Keys are present for job with jobId: 176643 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176643 1 0 0
Verify Keys are present for job with jobId: 176642 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176642 1 0 0
Verify Keys are present for job with jobId: 176641 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176641 1 0 0
Verify Keys are present for job with jobId: 176640 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176640 1 0 0
Verify Keys are present for job with jobId: 176639 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176639 1 0 0
Verify Keys are present for job with jobId: 176638 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176638 1 0 0
Verify Keys are present for job with jobId: 176637 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176637 1 0 0
Verify Keys are present for job with jobId: 176636 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176636 1 0 0
Verify Keys are present for job with jobId: 176635 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176635 1 0 0
Verify Keys are present for job with jobId: 176634 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176634 1 0 0
Verify Keys are present for job with jobId: 176633 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176633 1 0 0
Verify Keys are present for job with jobId: 176632 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176632 1 0 0
Verify Keys are present for job with jobId: 176630 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176630 1 0 0
Verify Keys are present for job with jobId: 176629 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176629 1 0 0
Verify Keys are present for job with jobId: 176628 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176628 1 0 0
Verify Keys are present for job with jobId: 176627 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176627 1 0 0
Verify Keys are present for job with jobId: 176626 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176626 1 0 0
Verify Keys are present for job with jobId: 176624 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176624 1 0 0
Verify Keys are present for job with jobId: 176622 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176622 1 0 0
Verify Keys are present for job with jobId: 176621 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176621 1 0 0
Verify Keys are present for job with jobId: 176620 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176620 1 0 0
Verify Keys are present for job with jobId: 176619 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176619 1 0 0
Verify Keys are present for job with jobId: 176618 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176618 1 0 0
Verify Keys are present for job with jobId: 176617 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176617 1 0 0
Verify Keys are present for job with jobId: 176616 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176616 1 0 0
Verify Keys are present for job with jobId: 176615 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176615 1 0 0
Verify Keys are present for job with jobId: 176614 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176614 1 0 0
Verify Keys are present for job with jobId: 176613 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176613 1 0 0
Verify Keys are present for job with jobId: 176611 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176611 1 0 0
Verify Keys are present for job with jobId: 176610 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176610 1 0 0
Verify Keys are present for job with jobId: 176605 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176605 1 0 0
Verify Keys are present for job with jobId: 176604 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176604 1 0 0
Verify Keys are present for job with jobId: 176603 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176603 1 0 0
Verify Keys are present for job with jobId: 176602 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176602 1 0 0
Verify Keys are present for job with jobId: 176601 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176601 1 0 0
Verify Keys are present for job with jobId: 176600 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176600 1 0 0
Verify Keys are present for job with jobId: 176599 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176599 1 0 0
Verify Keys are present for job with jobId: 176598 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176598 1 0 0
Verify Keys are present for job with jobId: 176597 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176597 1 0 0
Verify Keys are present for job with jobId: 176593 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176593 1 0 0
Verify Keys are present for job with jobId: 176590 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176590 1 0 0
Verify Keys are present for job with jobId: 176589 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176589 1 0 0
Verify Keys are present for job with jobId: 176588 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176588 1 0 0
Verify Keys are present for job with jobId: 176587 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176587 1 0 0
Verify Keys are present for job with jobId: 176586 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176586 1 0 0
Verify Keys are present for job with jobId: 176585 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176585 1 0 0
Verify Keys are present for job with jobId: 176584 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176584 1 0 0
Verify Keys are present for job with jobId: 176583 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176583 1 0 0
Verify Keys are present for job with jobId: 176582 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176582 1 0 0
Verify Keys are present for job with jobId: 176581 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176581 1 0 0
Verify Keys are present for job with jobId: 176580 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176580 1 0 0
Verify Keys are present for job with jobId: 176579 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176579 1 0 0
Verify Keys are present for job with jobId: 176578 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176578 1 0 0
Verify Keys are present for job with jobId: 176577 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176577 1 0 0
Verify Keys are present for job with jobId: 176576 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176576 1 0 0
Verify Keys are present for job with jobId: 176575 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176575 1 0 0
Verify Keys are present for job with jobId: 176574 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176574 1 0 0
Verify Keys are present for job with jobId: 176573 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176573 1 0 0
Verify Keys are present for job with jobId: 176572 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176572 1 0 0
Verify Keys are present for job with jobId: 176571 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176571 1 0 0
Verify Keys are present for job with jobId: 176570 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176570 1 0 0
Verify Keys are present for job with jobId: 176569 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176569 1 0 0
Verify Keys are present for job with jobId: 176561 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176561 1 0 0
Verify Keys are present for job with jobId: 176560 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176560 1 0 0
Verify Keys are present for job with jobId: 176558 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176558 1 0 0
Verify Keys are present for job with jobId: 176557 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176557 1 0 0
Verify Keys are present for job with jobId: 176556 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176556 1 0 0
Verify Keys are present for job with jobId: 176555 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176555 1 0 0
Verify Keys are present for job with jobId: 176554 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176554 1 0 0
Verify Keys are present for job with jobId: 176552 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176552 1 0 0
Verify Keys are present for job with jobId: 176551 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176551 1 0 0
Verify Keys are present for job with jobId: 176550 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176550 1 0 0
Verify Keys are present for job with jobId: 176547 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176547 1 0 0
Verify Keys are present for job with jobId: 176545 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176545 1 0 0
Verify Keys are present for job with jobId: 176544 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176544 1 0 0
Verify Keys are present for job with jobId: 176543 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176543 1 0 0
Verify Keys are present for job with jobId: 176542 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176542 1 0 0
Verify Keys are present for job with jobId: 176540 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176540 1 0 0
Verify Keys are present for job with jobId: 176538 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176538 1 0 0
Verify Keys are present for job with jobId: 176537 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176537 1 0 0
Verify Keys are present for job with jobId: 176536 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176536 1 0 0
Verify Keys are present for job with jobId: 176532 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176532 1 0 0
Verify Keys are present for job with jobId: 176531 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176531 1 0 0
Verify Keys are present for job with jobId: 176530 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176530 1 0 0
Verify Keys are present for job with jobId: 176529 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176529 1 0 0
Verify Keys are present for job with jobId: 176528 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176528 1 0 0
Verify Keys are present for job with jobId: 176527 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176527 1 0 0
Verify Keys are present for job with jobId: 176526 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176526 1 0 0
Verify Keys are present for job with jobId: 176525 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176525 1 0 0
Verify Keys are present for job with jobId: 176524 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176524 1 0 0
Verify Keys are present for job with jobId: 176522 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176522 1 0 0
Verify Keys are present for job with jobId: 176521 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176521 1 0 0
Verify Keys are present for job with jobId: 176520 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176520 1 0 0
Verify Keys are present for job with jobId: 176519 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176519 1 0 0
Verify Keys are present for job with jobId: 176518 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176518 1 0 0
Verify Keys are present for job with jobId: 176517 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176517 1 0 0
Verify Keys are present for job with jobId: 176516 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176516 1 0 0
Verify Keys are present for job with jobId: 176515 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176515 1 0 0
Verify Keys are present for job with jobId: 176514 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176514 1 0 0
Verify Keys are present for job with jobId: 176513 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176513 1 0 0
Verify Keys are present for job with jobId: 176512 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176512 1 0 0
Verify Keys are present for job with jobId: 176511 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176511 1 0 0
Verify Keys are present for job with jobId: 176510 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176510 1 0 0
Verify Keys are present for job with jobId: 176509 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176509 1 0 0
Verify Keys are present for job with jobId: 176508 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176508 1 0 0
Verify Keys are present for job with jobId: 176507 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176507 1 0 0
Verify Keys are present for job with jobId: 176505 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176505 1 0 0
Verify Keys are present for job with jobId: 176504 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176504 1 0 0
Verify Keys are present for job with jobId: 176503 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176503 1 0 0
Verify Keys are present for job with jobId: 176502 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176502 1 0 0
Verify Keys are present for job with jobId: 176501 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176501 1 0 0
Verify Keys are present for job with jobId: 176500 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176500 1 0 0
Verify Keys are present for job with jobId: 176499 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176499 1 0 0
Verify Keys are present for job with jobId: 176498 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176498 1 0 0
Verify Keys are present for job with jobId: 176497 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176497 1 0 0
Verify Keys are present for job with jobId: 176495 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176495 1 0 0
Verify Keys are present for job with jobId: 176493 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176493 1 0 0
Verify Keys are present for job with jobId: 176492 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176492 1 0 0
Verify Keys are present for job with jobId: 176491 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176491 1 0 0
Verify Keys are present for job with jobId: 176489 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176489 1 0 0
Verify Keys are present for job with jobId: 176488 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176488 1 0 0
Verify Keys are present for job with jobId: 176487 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176487 1 0 0
Verify Keys are present for job with jobId: 176486 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176486 1 0 0
Verify Keys are present for job with jobId: 176485 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176485 1 0 0
Verify Keys are present for job with jobId: 176484 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176484 1 0 0
Verify Keys are present for job with jobId: 176483 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176483 1 0 0
Verify Keys are present for job with jobId: 176482 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176482 1 0 0
Verify Keys are present for job with jobId: 176481 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176481 1 0 0
Verify Keys are present for job with jobId: 176480 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176480 1 0 0
Verify Keys are present for job with jobId: 176478 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176478 1 0 0
Verify Keys are present for job with jobId: 176477 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176477 1 0 0
Verify Keys are present for job with jobId: 176476 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176476 1 0 0
Verify Keys are present for job with jobId: 176470 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176470 1 0 0
Verify Keys are present for job with jobId: 176469 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176469 1 0 0
Verify Keys are present for job with jobId: 176468 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176468 1 0 0
Verify Keys are present for job with jobId: 176467 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176467 1 0 0
Verify Keys are present for job with jobId: 176466 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176466 1 0 0
Verify Keys are present for job with jobId: 176465 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176465 1 0 0
Verify Keys are present for job with jobId: 176464 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176464 1 0 0
Verify Keys are present for job with jobId: 176463 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176463 1 0 0
Verify Keys are present for job with jobId: 176462 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176462 1 0 0
Verify Keys are present for job with jobId: 176461 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176461 1 0 0
Verify Keys are present for job with jobId: 176460 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176460 1 0 0
Verify Keys are present for job with jobId: 176459 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176459 1 0 0
Verify Keys are present for job with jobId: 176458 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176458 1 0 0
Verify Keys are present for job with jobId: 176457 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176457 1 0 0
Verify Keys are present for job with jobId: 176456 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176456 1 0 0
Verify Keys are present for job with jobId: 176455 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176455 1 0 0
Verify Keys are present for job with jobId: 176454 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176454 1 0 0
Verify Keys are present for job with jobId: 176453 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176453 1 0 0
Verify Keys are present for job with jobId: 176452 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176452 1 0 0
Verify Keys are present for job with jobId: 176451 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176451 1 0 0
Verify Keys are present for job with jobId: 176450 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176450 1 0 0
Verify Keys are present for job with jobId: 176449 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176449 1 0 0
Verify Keys are present for job with jobId: 176448 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176448 1 0 0
Verify Keys are present for job with jobId: 176447 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176447 1 0 0
Verify Keys are present for job with jobId: 176446 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176446 1 0 0
Verify Keys are present for job with jobId: 176445 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176445 1 0 0
Verify Keys are present for job with jobId: 176444 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176444 1 0 0
Verify Keys are present for job with jobId: 176443 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176443 1 0 0
Verify Keys are present for job with jobId: 176442 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176442 1 0 0
Verify Keys are present for job with jobId: 176441 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176441 1 0 0
Verify Keys are present for job with jobId: 176440 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176440 1 0 0
Verify Keys are present for job with jobId: 176438 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176438 1 0 0
Verify Keys are present for job with jobId: 176437 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176437 1 0 0
Verify Keys are present for job with jobId: 176436 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176436 1 0 0
Verify Keys are present for job with jobId: 176842 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176842 1 0 0
Verify Keys are present for job with jobId: 176840 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176840 1 0 0
Verify Keys are present for job with jobId: 176836 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176836 1 0 0
Verify Keys are present for job with jobId: 176834 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176834 1 0 0
Verify Keys are present for job with jobId: 176824 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176824 1 0 0
Verify Keys are present for job with jobId: 176822 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176822 1 0 0
Verify Keys are present for job with jobId: 176815 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176815 1 0 0
Verify Keys are present for job with jobId: 176813 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176813 1 0 0
Verify Keys are present for job with jobId: 176661 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176661 1 0 0
Verify Keys are present for job with jobId: 176659 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176659 1 0 0
Verify Keys are present for job with jobId: 176625 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176625 1 0 0
Verify Keys are present for job with jobId: 176623 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176623 1 0 0
Verify Keys are present for job with jobId: 176559 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176559 1 0 0
Verify Keys are present for job with jobId: 176553 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176553 1 0 0
Verify Keys are present for job with jobId: 176496 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176496 1 0 0
Verify Keys are present for job with jobId: 176494 1 0 0
Verify Job Number starts with 'JOB_' for Job: 176494 1 0 0
Verify Job Number created createjob api should be present in this response 1 0 0
Total 1332 1 0
Test Failure
Test NameAssertion Error
Verify Response time should be below 250 ms
expected 1091 to be below 350
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 282ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 92292648-d7dc-4a82-b85b-57ab10285961
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing Token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1aaf8421-7ad7-4b1a-9d75-bd75ac62a68b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 748ms
Mean size per request: 644.03KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c54f648-855c-4dfc-8985-4087ec3709f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a1021-xDp43bEkXP2Uq+Yb6JCe5+GscAY"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":177092,"job_number":"JOB_177092","tr_customer_id":177109,"tr_customer_product_id":177099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:50:34.000Z","modified_at":"2026-02-04T13:50:34.000Z","name":"Vishwamitra Johar","mobile_number":"8243093735","email_id":"ganesh.butt@gmail.com","dop":"2026-01-25","serial_number":"811401870701302","imei1":"436644173119385","imei2":"594026204612467","popurl":"www.jyotsana-marar.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177090,"job_number":"JOB_177090","tr_customer_id":177107,"tr_customer_product_id":177097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:09.000Z","modified_at":"2026-02-04T13:49:09.000Z","name":"Chitrali Achari","mobile_number":"8245536671","email_id":"akshainie.guneta@gmail.com","dop":"2026-01-25","serial_number":"566279805712715","imei1":"717661510415295","imei2":"862342177737491","popurl":"www.kalinda-nair.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177088,"job_number":"JOB_177088","tr_customer_id":177105,"tr_customer_product_id":177095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177087,"job_number":"JOB_177087","tr_customer_id":177104,"tr_customer_product_id":177094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177086,"job_number":"JOB_177086","tr_customer_id":177103,"tr_customer_product_id":177093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177085,"job_number":"JOB_177085","tr_customer_id":177102,"tr_customer_product_id":177092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177084,"job_number":"JOB_177084","tr_customer_id":177101,"tr_customer_product_id":177091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177083,"job_number":"JOB_177083","tr_customer_id":177100,"tr_customer_product_id":177090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:35:12.000Z","modified_at":"2026-02-04T13:35:12.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162090","imei1":"15957150162090","imei2":"15957150162090","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177031,"job_number":"JOB_177031","tr_customer_id":177048,"tr_customer_product_id":177038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:42:08.000Z","modified_at":"2026-02-04T11:42:08.000Z","name":"Coby Jacobson","mobile_number":"820-260-0899","email_id":"Narciso98@yahoo.com","dop":"2026-01-06","serial_number":"1017824063777275","imei1":"1017824063777275","imei2":"1017824063777275","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177029,"job_number":"JOB_177029","tr_customer_id":177046,"tr_customer_product_id":177036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:27:04.000Z","modified_at":"2026-02-04T11:27:04.000Z","name":"Coby Hahn","mobile_number":"364-212-0618","email_id":"Trystan_Robel47@gmail.com","dop":"2026-01-06","serial_number":"10868657456142","imei1":"10868657456142","imei2":"10868657456142","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177028,"job_number":"JOB_177028","tr_customer_id":177045,"tr_customer_product_id":177035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:44.000Z","modified_at":"2026-02-04T11:26:44.000Z","name":"Erich Schowalter","mobile_number":"301-875-8804","email_id":"Karine_Yost31@hotmail.com","dop":"2026-01-06","serial_number":"10498286637592","imei1":"10498286637592","imei2":"10498286637592","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177027,"job_number":"JOB_177027","tr_customer_id":177044,"tr_customer_product_id":177034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:00.000Z","modified_at":"2026-02-04T11:26:00.000Z","name":"Deanna Lakin","mobile_number":"502-713-9661","email_id":"Maureen.Shields17@yahoo.com","dop":"2026-01-06","serial_number":"10595498693026","imei1":"10595498693026","imei2":"10595498693026","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177026,"job_number":"JOB_177026","tr_customer_id":177043,"tr_customer_product_id":177033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:16:01.000Z","modified_at":"2026-02-04T11:16:01.000Z","name":"Reynold Yundt","mobile_number":"278-322-7056","email_id":"Davin.Von39@gmail.com","dop":"2026-01-06","serial_number":"10164157703219","imei1":"10164157703219","imei2":"10164157703219","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176989,"job_number":"JOB_176989","tr_customer_id":177006,"tr_customer_product_id":176996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:55.000Z","modified_at":"2026-02-04T10:24:55.000Z","name":"Jesse Mayert","mobile_number":"978-867-2054","email_id":"Verna_Waters@hotmail.com","dop":"2026-01-06","serial_number":"10495688003968","imei1":"10495688003968","imei2":"10495688003968","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176988,"job_number":"JOB_176988","tr_customer_id":177005,"tr_customer_product_id":176995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:15.000Z","modified_at":"2026-02-04T10:24:15.000Z","name":"Bridget Harvey","mobile_number":"610-799-9672","email_id":"Crystal.Lowe@yahoo.com","dop":"2026-01-06","serial_number":"10652522871175","imei1":"10652522871175","imei2":"10652522871175","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176987,"job_number":"JOB_176987","tr_customer_id":177004,"tr_customer_product_id":176994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:14:23.000Z","modified_at":"2026-02-04T10:14:23.000Z","name":"Drake Kovacek","mobile_number":"729-752-4357","email_id":"Edwin.Koch83@hotmail.com","dop":"2026-01-06","serial_number":"10049849786226","imei1":"10049849786226","imei2":"10049849786226","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176904,"job_number":"JOB_176904","tr_customer_id":176921,"tr_customer_product_id":176911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:35.000Z","modified_at":"2026-02-04T08:00:46.000Z","name":"Kendall Wilkinson","mobile_number":"329-696-7962","email_id":"Devin_Emmerich12@gmail.com","dop":"2025-11-04","serial_number":"90888060352626","imei1":"90888060352626","imei2":"90888060352626","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176903,"job_number":"JOB_176903","tr_customer_id":176920,"tr_customer_product_id":176910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:19.000Z","modified_at":"2026-02-04T08:00:30.000Z","name":"Clemmie MacGyver","mobile_number":"352-449-9969","email_id":"Brisa_Kihn@gmail.com","dop":"2025-11-04","serial_number":"37664467090154","imei1":"37664467090154","imei2":"37664467090154","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176902,"job_number":"JOB_176902","tr_customer_id":176919,"tr_customer_product_id":176909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:03.000Z","modified_at":"2026-02-04T08:00:15.000Z","name":"Payton Abshire","mobile_number":"408-538-9146","email_id":"Rusty.Kassulke24@gmail.com","dop":"2025-11-04","serial_number":"74292238238032","imei1":"74292238238032","imei2":"74292238238032","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176899,"job_number":"JOB_176899","tr_customer_id":176916,"tr_customer_product_id":176906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:38.000Z","modified_at":"2026-02-04T07:49:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guadalupe_Schowalter71@hotmail.com","dop":"2025-07-02","serial_number":"16285083658681","imei1":"16285083658681","imei2":"16285083658681","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176898,"job_number":"JOB_176898","tr_customer_id":176915,"tr_customer_product_id":176905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:17.000Z","modified_at":"2026-02-04T07:49:17.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Adele.Ruecker@yahoo.com","dop":"2025-07-02","serial_number":"18607156575775","imei1":"18607156575775","imei2":"18607156575775","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176897,"job_number":"JOB_176897","tr_customer_id":176914,"tr_customer_product_id":176904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:48:55.000Z","modified_at":"2026-02-04T07:48:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Gustave_Pfeffer31@gmail.com","dop":"2025-07-02","serial_number":"15787147189209","imei1":"15787147189209","imei2":"15787147189209","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176896,"job_number":"JOB_176896","tr_customer_id":176913,"tr_customer_product_id":176903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:49.000Z","modified_at":"2026-02-04T07:44:00.000Z","name":"Carolyne Collins","mobile_number":"594-746-0357","email_id":"Nikko.Baumbach@hotmail.com","dop":"2025-11-04","serial_number":"98078291132871","imei1":"98078291132871","imei2":"98078291132871","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176895,"job_number":"JOB_176895","tr_customer_id":176912,"tr_customer_product_id":176902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:35.000Z","modified_at":"2026-02-04T07:43:45.000Z","name":"Elroy Heller","mobile_number":"213-531-6807","email_id":"Otto23@hotmail.com","dop":"2025-11-04","serial_number":"70502130793654","imei1":"70502130793654","imei2":"70502130793654","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176894,"job_number":"JOB_176894","tr_customer_id":176911,"tr_customer_product_id":176901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:20.000Z","modified_at":"2026-02-04T07:43:31.000Z","name":"Alva Towne","mobile_number":"386-447-6006","email_id":"Alexander.Bailey@hotmail.com","dop":"2025-11-04","serial_number":"58341124239210","imei1":"58341124239210","imei2":"58341124239210","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176795,"job_number":"JOB_176795","tr_customer_id":176812,"tr_customer_product_id":176802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:01.000Z","modified_at":"2026-02-04T06:45:12.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"99423519733573","imei1":"99423519733573","imei2":"99423519733573","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176766,"job_number":"JOB_176766","tr_customer_id":176783,"tr_customer_product_id":176773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:45.000Z","modified_at":"2026-02-04T06:38:55.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"62679280719438","imei1":"62679280719438","imei2":"62679280719438","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176765,"job_number":"JOB_176765","tr_customer_id":176782,"tr_customer_product_id":176772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:30.000Z","modified_at":"2026-02-04T06:38:41.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"29824214904003","imei1":"29824214904003","imei2":"29824214904003","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176764,"job_number":"JOB_176764","tr_customer_id":176781,"tr_customer_product_id":176771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:16.000Z","modified_at":"2026-02-04T06:38:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"44908421287529","imei1":"44908421287529","imei2":"44908421287529","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176760,"job_number":"JOB_176760","tr_customer_id":176777,"tr_customer_product_id":176767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Petra Hilpert","mobile_number":"463-514-3520","email_id":"Janet18@hotmail.com","dop":"2025-06-09","serial_number":"105955043591609","imei1":"105955043591609","imei2":"105955043591609","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176759,"job_number":"JOB_176759","tr_customer_id":176776,"tr_customer_product_id":176766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:39.000Z","name":"Alvina Cruickshank","mobile_number":"327-205-6261","email_id":"Oran_Hermiston@hotmail.com","dop":"2025-06-09","serial_number":"105375111214705","imei1":"105375111214705","imei2":"105375111214705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176758,"job_number":"JOB_176758","tr_customer_id":176775,"tr_customer_product_id":176765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101441515418479","imei1":"101441515418479","imei2":"101441515418479","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176755,"job_number":"JOB_176755","tr_customer_id":176772,"tr_customer_product_id":176762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Electa Lueilwitz","mobile_number":"371-559-7307","email_id":"Alessandra.Keeling@gmail.com","dop":"2025-06-09","serial_number":"106487929375273","imei1":"106487929375273","imei2":"106487929375273","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176754,"job_number":"JOB_176754","tr_customer_id":176771,"tr_customer_product_id":176761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:23.000Z","name":"Alexandrine Murray","mobile_number":"204-327-1732","email_id":"Rubye_Pouros4@hotmail.com","dop":"2025-06-09","serial_number":"108660126693351","imei1":"108660126693351","imei2":"108660126693351","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176753,"job_number":"JOB_176753","tr_customer_id":176770,"tr_customer_product_id":176760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104282484824161","imei1":"104282484824161","imei2":"104282484824161","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176752,"job_number":"JOB_176752","tr_customer_id":176769,"tr_customer_product_id":176759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"Destinee Kovacek","mobile_number":"502-200-8718","email_id":"Prince_Gottlieb9@hotmail.com","dop":"2025-06-09","serial_number":"107422094904784","imei1":"107422094904784","imei2":"107422094904784","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176751,"job_number":"JOB_176751","tr_customer_id":176768,"tr_customer_product_id":176758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:37:08.000Z","name":"Wayne Sawayn","mobile_number":"711-667-6360","email_id":"Jessika.Kemmer@hotmail.com","dop":"2025-06-09","serial_number":"101451323878786","imei1":"101451323878786","imei2":"101451323878786","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176750,"job_number":"JOB_176750","tr_customer_id":176767,"tr_customer_product_id":176757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108340007855730","imei1":"108340007855730","imei2":"108340007855730","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176748,"job_number":"JOB_176748","tr_customer_id":176765,"tr_customer_product_id":176755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:58.000Z","modified_at":"2026-02-04T06:35:22.000Z","name":"Baron Jaskolski","mobile_number":"446-324-5529","email_id":"Micaela.Fadel86@gmail.com","dop":"2025-10-01","serial_number":"19034165084134","imei1":"19034165084134","imei2":"19034165084134","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:55.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:39.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:24.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":177095,"job_number":"JOB_177095","tr_customer_id":177112,"tr_customer_product_id":177102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:58:00.000Z","modified_at":"2026-02-04T13:58:00.000Z","name":"Roma Bechtelar","mobile_number":"743-813-1376","email_id":"Adelle_Smitham71@hotmail.com","dop":"2025-05-30","serial_number":"1378807263283678","imei1":"1378807263283678","imei2":"1378807263283678","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177094,"job_number":"JOB_177094","tr_customer_id":177111,"tr_customer_product_id":177101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:58.000Z","modified_at":"2026-02-04T13:57:58.000Z","name":"Gunner Walsh","mobile_number":"549-905-1539","email_id":"Abigail.Rolfson@hotmail.com","dop":"2025-05-30","serial_number":"15593917395712","imei1":"15593917395712","imei2":"15593917395712","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:57:57.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177091,"job_number":"JOB_177091","tr_customer_id":177108,"tr_customer_product_id":177098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:14.000Z","modified_at":"2026-02-04T13:49:14.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-25","serial_number":"27700110461009","imei1":"27700110461009","imei2":"27700110461009","popurl":"2026-01-25T13:49:13.056774185Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177089,"job_number":"JOB_177089","tr_customer_id":177106,"tr_customer_product_id":177096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:41:44.000Z","modified_at":"2026-02-04T13:41:44.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-25","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-25T13:41:43.109459152Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177082,"job_number":"JOB_177082","tr_customer_id":177099,"tr_customer_product_id":177089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:29:41.000Z","modified_at":"2026-02-04T13:29:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15816067916974","imei1":"15816067916974","imei2":"15816067916974","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177081,"job_number":"JOB_177081","tr_customer_id":177098,"tr_customer_product_id":177088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:27:17.000Z","modified_at":"2026-02-04T13:27:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"18840738938670","imei1":"18840738938670","imei2":"18840738938670","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177080,"job_number":"JOB_177080","tr_customer_id":177097,"tr_customer_product_id":177087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:24:37.000Z","modified_at":"2026-02-04T13:24:37.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17087504355741","imei1":"17087504355741","imei2":"17087504355741","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177079,"job_number":"JOB_177079","tr_customer_id":177096,"tr_customer_product_id":177086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:52.000Z","modified_at":"2026-02-04T13:22:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15374522396832","imei1":"15374522396832","imei2":"15374522396832","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177078,"job_number":"JOB_177078","tr_customer_id":177095,"tr_customer_product_id":177085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:49.000Z","modified_at":"2026-02-04T13:22:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"19807955640988","imei1":"19807955640988","imei2":"19807955640988","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177077,"job_number":"JOB_177077","tr_customer_id":177094,"tr_customer_product_id":177084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:43.000Z","modified_at":"2026-02-04T13:22:43.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17199952250713","imei1":"17199952250713","imei2":"17199952250713","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177076,"job_number":"JOB_177076","tr_customer_id":177093,"tr_customer_product_id":177083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:10:06.000Z","modified_at":"2026-02-04T13:10:06.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"77482599378766","imei1":"77482599378766","imei2":"77482599378766","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177075,"job_number":"JOB_177075","tr_customer_id":177092,"tr_customer_product_id":177082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:56.000Z","modified_at":"2026-02-04T12:34:32.000Z","name":"Reta Kerluke","mobile_number":"612-803-2627","email_id":"Skyla.Friesen31@yahoo.com","dop":"2025-02-01","serial_number":"61941237847437","imei1":"61941237847437","imei2":"61941237847437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:34:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177074,"job_number":"JOB_177074","tr_customer_id":177091,"tr_customer_product_id":177081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:55.000Z","modified_at":"2026-02-04T12:33:55.000Z","name":"Johathan Cartwright","mobile_number":"296-997-8162","email_id":"Brooke_Marquardt@gmail.com","dop":"2025-02-01","serial_number":"41121450022266","imei1":"41121450022266","imei2":"41121450022266","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177073,"job_number":"JOB_177073","tr_customer_id":177090,"tr_customer_product_id":177080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:54.000Z","modified_at":"2026-02-04T12:33:54.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"94867494615627","imei1":"94867494615627","imei2":"94867494615627","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177072,"job_number":"JOB_177072","tr_customer_id":177089,"tr_customer_product_id":177079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:10.000Z","modified_at":"2026-02-04T12:33:47.000Z","name":"Harrison Jacobs","mobile_number":"655-622-8187","email_id":"Colin_Orn@yahoo.com","dop":"2025-02-01","serial_number":"102432818807436","imei1":"102432818807436","imei2":"102432818807436","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177071,"job_number":"JOB_177071","tr_customer_id":177088,"tr_customer_product_id":177078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:09.000Z","modified_at":"2026-02-04T12:33:09.000Z","name":"Hank Ullrich","mobile_number":"632-763-0464","email_id":"Kyler_Gorczany@gmail.com","dop":"2025-02-01","serial_number":"34884447987679","imei1":"34884447987679","imei2":"34884447987679","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177070,"job_number":"JOB_177070","tr_customer_id":177087,"tr_customer_product_id":177077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:08.000Z","modified_at":"2026-02-04T12:33:08.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14775577894328","imei1":"14775577894328","imei2":"14775577894328","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177069,"job_number":"JOB_177069","tr_customer_id":177086,"tr_customer_product_id":177076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:24.000Z","modified_at":"2026-02-04T12:33:01.000Z","name":"Harmony Stokes","mobile_number":"239-286-8560","email_id":"Geo.Sauer56@yahoo.com","dop":"2025-02-01","serial_number":"61101248329046","imei1":"61101248329046","imei2":"61101248329046","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177068,"job_number":"JOB_177068","tr_customer_id":177085,"tr_customer_product_id":177075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"Josh Gottlieb","mobile_number":"411-718-2531","email_id":"Eli.Hintz@hotmail.com","dop":"2025-02-01","serial_number":"19720460409828","imei1":"19720460409828","imei2":"19720460409828","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177067,"job_number":"JOB_177067","tr_customer_id":177084,"tr_customer_product_id":177074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"58712895675915","imei1":"58712895675915","imei2":"58712895675915","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177066,"job_number":"JOB_177066","tr_customer_id":177083,"tr_customer_product_id":177073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:29:09.000Z","modified_at":"2026-02-04T12:29:09.000Z","name":"Imani O'Keefe","mobile_number":"528-481-8222","email_id":"Taryn_Keeling@gmail.com","dop":"2026-01-04","serial_number":"15609221968326","imei1":"15609221968326","imei2":"15609221968326","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177065,"job_number":"JOB_177065","tr_customer_id":177082,"tr_customer_product_id":177072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:26.000Z","modified_at":"2026-02-04T12:27:58.000Z","name":"Jasmin Dare","mobile_number":"954-631-8605","email_id":"Morton_Thiel86@gmail.com","dop":"2025-02-01","serial_number":"59523177227848","imei1":"59523177227848","imei2":"59523177227848","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177064,"job_number":"JOB_177064","tr_customer_id":177081,"tr_customer_product_id":177071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"Ryley Rohan","mobile_number":"777-238-1965","email_id":"Alysa_Gleason@hotmail.com","dop":"2025-02-01","serial_number":"75373653138951","imei1":"75373653138951","imei2":"75373653138951","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177063,"job_number":"JOB_177063","tr_customer_id":177080,"tr_customer_product_id":177070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"79579249894297","imei1":"79579249894297","imei2":"79579249894297","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177062,"job_number":"JOB_177062","tr_customer_id":177079,"tr_customer_product_id":177069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:45.000Z","modified_at":"2026-02-04T12:27:17.000Z","name":"Maybelle Tromp","mobile_number":"724-741-0565","email_id":"Amy.Prohaska70@hotmail.com","dop":"2025-02-01","serial_number":"104485384635073","imei1":"104485384635073","imei2":"104485384635073","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177061,"job_number":"JOB_177061","tr_customer_id":177078,"tr_customer_product_id":177068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"Joannie Quigley","mobile_number":"845-635-3865","email_id":"Gia_Dare37@gmail.com","dop":"2025-02-01","serial_number":"107206464334829","imei1":"107206464334829","imei2":"107206464334829","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177060,"job_number":"JOB_177060","tr_customer_id":177077,"tr_customer_product_id":177067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14144610327656","imei1":"14144610327656","imei2":"14144610327656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177059,"job_number":"JOB_177059","tr_customer_id":177076,"tr_customer_product_id":177066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:04.000Z","modified_at":"2026-02-04T12:26:37.000Z","name":"Juana Aufderhar","mobile_number":"732-921-0441","email_id":"Matilda_Huels@yahoo.com","dop":"2025-02-01","serial_number":"44107185092758","imei1":"44107185092758","imei2":"44107185092758","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177058,"job_number":"JOB_177058","tr_customer_id":177075,"tr_customer_product_id":177065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"Itzel Bashirian","mobile_number":"401-213-4024","email_id":"Ezra.Schoen@hotmail.com","dop":"2025-02-01","serial_number":"31366531157798","imei1":"31366531157798","imei2":"31366531157798","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177057,"job_number":"JOB_177057","tr_customer_id":177074,"tr_customer_product_id":177064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"13431865845913","imei1":"13431865845913","imei2":"13431865845913","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177056,"job_number":"JOB_177056","tr_customer_id":177073,"tr_customer_product_id":177063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:24:08.000Z","modified_at":"2026-02-04T12:24:08.000Z","name":"Arnoldo Gaylord","mobile_number":"297-995-8951","email_id":"Sage20@hotmail.com","dop":"2026-01-04","serial_number":"16735706140736","imei1":"16735706140736","imei2":"16735706140736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177055,"job_number":"JOB_177055","tr_customer_id":177072,"tr_customer_product_id":177062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:09.000Z","modified_at":"2026-02-04T12:18:44.000Z","name":"Aryanna Stoltenberg","mobile_number":"382-465-5986","email_id":"Rigoberto.McLaughlin@yahoo.com","dop":"2025-02-01","serial_number":"65878412512332","imei1":"65878412512332","imei2":"65878412512332","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177054,"job_number":"JOB_177054","tr_customer_id":177071,"tr_customer_product_id":177061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"Tania Bechtelar","mobile_number":"246-832-4379","email_id":"Jocelyn79@hotmail.com","dop":"2025-02-01","serial_number":"43523573975524","imei1":"43523573975524","imei2":"43523573975524","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177053,"job_number":"JOB_177053","tr_customer_id":177070,"tr_customer_product_id":177060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"102616783608262","imei1":"102616783608262","imei2":"102616783608262","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177052,"job_number":"JOB_177052","tr_customer_id":177069,"tr_customer_product_id":177059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:25.000Z","modified_at":"2026-02-04T12:18:00.000Z","name":"Blaze Willms","mobile_number":"351-891-7997","email_id":"Quinton38@hotmail.com","dop":"2025-02-01","serial_number":"61432937308800","imei1":"61432937308800","imei2":"61432937308800","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177051,"job_number":"JOB_177051","tr_customer_id":177068,"tr_customer_product_id":177058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"Clara Hermiston","mobile_number":"885-468-4186","email_id":"Tyrel_Christiansen@gmail.com","dop":"2025-02-01","serial_number":"102386413638434","imei1":"102386413638434","imei2":"102386413638434","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177050,"job_number":"JOB_177050","tr_customer_id":177067,"tr_customer_product_id":177057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"40217359508018","imei1":"40217359508018","imei2":"40217359508018","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177049,"job_number":"JOB_177049","tr_customer_id":177066,"tr_customer_product_id":177056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:40.000Z","modified_at":"2026-02-04T12:17:16.000Z","name":"Julianne Hartmann","mobile_number":"306-569-3499","email_id":"Devonte83@yahoo.com","dop":"2025-02-01","serial_number":"42035281123111","imei1":"42035281123111","imei2":"42035281123111","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177048,"job_number":"JOB_177048","tr_customer_id":177065,"tr_customer_product_id":177055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"Austin Cassin","mobile_number":"324-491-3836","email_id":"Alexys.Schowalter47@hotmail.com","dop":"2025-02-01","serial_number":"33766534987226","imei1":"33766534987226","imei2":"33766534987226","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177047,"job_number":"JOB_177047","tr_customer_id":177064,"tr_customer_product_id":177054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"46166961367992","imei1":"46166961367992","imei2":"46166961367992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177046,"job_number":"JOB_177046","tr_customer_id":177063,"tr_customer_product_id":177053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:15:56.000Z","modified_at":"2026-02-04T12:15:56.000Z","name":"Nickolas Keebler","mobile_number":"346-930-0798","email_id":"Carley.Dare@yahoo.com","dop":"2026-01-04","serial_number":"41721381790577380","imei1":"41721381790577380","imei2":"41721381790577380","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177045,"job_number":"JOB_177045","tr_customer_id":177062,"tr_customer_product_id":177052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:39.000Z","modified_at":"2026-02-04T12:12:39.000Z","name":"Alverta Hodkiewicz","mobile_number":"253-202-9225","email_id":"Marc.Mills39@hotmail.com","dop":"2026-01-04","serial_number":"73190982891586580","imei1":"73190982891586580","imei2":"73190982891586580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177044,"job_number":"JOB_177044","tr_customer_id":177061,"tr_customer_product_id":177051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:01.000Z","modified_at":"2026-02-04T12:12:01.000Z","name":"Rosalee Osinski","mobile_number":"255-805-8074","email_id":"Shayna20@hotmail.com","dop":"2026-01-04","serial_number":"1646467900020400","imei1":"1646467900020400","imei2":"1646467900020400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177043,"job_number":"JOB_177043","tr_customer_id":177060,"tr_customer_product_id":177050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:58:34.000Z","modified_at":"2026-02-04T11:58:34.000Z","name":"Blaze Spencer","mobile_number":"885-605-4343","email_id":"Santina_Cartwright@hotmail.com","dop":"2026-01-04","serial_number":"15705427034963","imei1":"15705427034963","imei2":"15705427034963","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177042,"job_number":"JOB_177042","tr_customer_id":177059,"tr_customer_product_id":177049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:27.000Z","modified_at":"2026-02-04T11:57:27.000Z","name":"Edythe Bogan","mobile_number":"327-730-5279","email_id":"Neil_Greenfelder43@yahoo.com","dop":"2026-01-04","serial_number":"16506725939430","imei1":"16506725939430","imei2":"16506725939430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177041,"job_number":"JOB_177041","tr_customer_id":177058,"tr_customer_product_id":177048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:12.000Z","modified_at":"2026-02-04T11:57:12.000Z","name":"Annie Collins","mobile_number":"676-503-1724","email_id":"Terrell58@hotmail.com","dop":"2026-01-04","serial_number":"16730791525290","imei1":"16730791525290","imei2":"16730791525290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177040,"job_number":"JOB_177040","tr_customer_id":177057,"tr_customer_product_id":177047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:56:47.000Z","modified_at":"2026-02-04T11:56:47.000Z","name":"Noemy Bins","mobile_number":"727-266-3439","email_id":"Gustave_Rohan40@yahoo.com","dop":"2026-01-04","serial_number":"11933140593659","imei1":"11933140593659","imei2":"11933140593659","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177039,"job_number":"JOB_177039","tr_customer_id":177056,"tr_customer_product_id":177046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:54:31.000Z","modified_at":"2026-02-04T11:54:31.000Z","name":"Yadira Heller","mobile_number":"608-381-4397","email_id":"Don.Considine@yahoo.com","dop":"2026-01-04","serial_number":"10557585698834","imei1":"10557585698834","imei2":"10557585698834","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177038,"job_number":"JOB_177038","tr_customer_id":177055,"tr_customer_product_id":177045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:56.000Z","modified_at":"2026-02-04T11:53:56.000Z","name":"Lucious Okuneva","mobile_number":"401-530-5175","email_id":"Lenna.Wyman@hotmail.com","dop":"2026-01-04","serial_number":"11802357460840","imei1":"11802357460840","imei2":"11802357460840","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177037,"job_number":"JOB_177037","tr_customer_id":177054,"tr_customer_product_id":177044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:33.000Z","modified_at":"2026-02-04T11:53:33.000Z","name":"Bailey Roob","mobile_number":"587-640-3194","email_id":"Oscar_Hahn@gmail.com","dop":"2026-01-04","serial_number":"11433389103631","imei1":"11433389103631","imei2":"11433389103631","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177036,"job_number":"JOB_177036","tr_customer_id":177053,"tr_customer_product_id":177043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:23.000Z","modified_at":"2026-02-04T11:53:23.000Z","name":"Trace Monahan","mobile_number":"434-991-7656","email_id":"Derek.Shields19@hotmail.com","dop":"2026-01-04","serial_number":"12961870801831","imei1":"12961870801831","imei2":"12961870801831","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177035,"job_number":"JOB_177035","tr_customer_id":177052,"tr_customer_product_id":177042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:08.000Z","modified_at":"2026-02-04T11:53:08.000Z","name":"Gabrielle Kuhn","mobile_number":"977-290-5128","email_id":"Kiel_Kris78@yahoo.com","dop":"2026-01-04","serial_number":"16997897009143","imei1":"16997897009143","imei2":"16997897009143","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177034,"job_number":"JOB_177034","tr_customer_id":177051,"tr_customer_product_id":177041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:49:39.000Z","modified_at":"2026-02-04T11:49:39.000Z","name":"Obie Bernier","mobile_number":"727-255-0697","email_id":"Cornelius_Balistreri@yahoo.com","dop":"2026-01-04","serial_number":"18097852246711","imei1":"18097852246711","imei2":"18097852246711","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177033,"job_number":"JOB_177033","tr_customer_id":177050,"tr_customer_product_id":177040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:18.000Z","modified_at":"2026-02-04T11:48:18.000Z","name":"Deanna Feeney","mobile_number":"672-762-9321","email_id":"Kathryn_Sauer@gmail.com","dop":"2026-01-04","serial_number":"17552888746213","imei1":"17552888746213","imei2":"17552888746213","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177032,"job_number":"JOB_177032","tr_customer_id":177049,"tr_customer_product_id":177039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:07.000Z","modified_at":"2026-02-04T11:48:07.000Z","name":"Korbin Schinner","mobile_number":"203-416-6097","email_id":"Claud22@hotmail.com","dop":"2026-01-04","serial_number":"12180824390282","imei1":"12180824390282","imei2":"12180824390282","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177030,"job_number":"JOB_177030","tr_customer_id":177047,"tr_customer_product_id":177037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:38:59.000Z","modified_at":"2026-02-04T11:39:03.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"18463990058461","imei1":"18463990058461","imei2":"18463990058461","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T11:39:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177025,"job_number":"JOB_177025","tr_customer_id":177042,"tr_customer_product_id":177032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:41.000Z","modified_at":"2026-02-04T11:06:41.000Z","name":"Erika Schinner","mobile_number":"497-624-0714","email_id":"Breanna_Treutel31@gmail.com","dop":"2026-01-23","serial_number":"186611539858946","imei1":"186611539858946","imei2":"186611539858946","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177024,"job_number":"JOB_177024","tr_customer_id":177041,"tr_customer_product_id":177031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:39.000Z","modified_at":"2026-02-04T11:06:49.000Z","name":"Tyson Kuhlman","mobile_number":"247-293-3624","email_id":"Sabina_Koch@yahoo.com","dop":"2026-01-23","serial_number":"19970624177128","imei1":"19970624177128","imei2":"19970624177128","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T11:06:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":177023,"job_number":"JOB_177023","tr_customer_id":177040,"tr_customer_product_id":177030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:41.000Z","modified_at":"2026-02-04T11:01:41.000Z","name":"Surya Asan","mobile_number":"8686749537","email_id":"subhash.chopra@yahoo.co.in","dop":"2026-01-25","serial_number":"42690958927178","imei1":"42690958927178","imei2":"42690958927178","popurl":"www.manik-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177022,"job_number":"JOB_177022","tr_customer_id":177039,"tr_customer_product_id":177029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:30.000Z","modified_at":"2026-02-04T11:01:30.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-25","serial_number":"46419271373584","imei1":"46419271373584","imei2":"46419271373584","popurl":"2026-01-25T11:01:20.060307914Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177021,"job_number":"JOB_177021","tr_customer_id":177038,"tr_customer_product_id":177028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:29.000Z","modified_at":"2026-02-04T11:01:29.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-25","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-25T11:01:20.058161422Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177020,"job_number":"JOB_177020","tr_customer_id":177037,"tr_customer_product_id":177027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:57:52.000Z","modified_at":"2026-02-04T10:57:52.000Z","name":"Jalyn Bruen","mobile_number":"278-839-5828","email_id":"Aylin46@hotmail.com","dop":"2026-01-04","serial_number":"17838997777403","imei1":"17838997777403","imei2":"17838997777403","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177019,"job_number":"JOB_177019","tr_customer_id":177036,"tr_customer_product_id":177026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:34.000Z","modified_at":"2026-02-04T10:43:34.000Z","name":"Kendall McGlynn","mobile_number":"250-220-5467","email_id":"Mariane.Konopelski43@hotmail.com","dop":"2025-04-06","serial_number":"14459129780847592","imei1":"14459129780847592","imei2":"14459129780847592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177018,"job_number":"JOB_177018","tr_customer_id":177035,"tr_customer_product_id":177025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:33.000Z","modified_at":"2026-02-04T10:44:12.000Z","name":"Skylar Donnelly","mobile_number":"999-677-3711","email_id":"Solon73@gmail.com","dop":"2025-04-06","serial_number":"10483624809415","imei1":"10483624809415","imei2":"10483624809415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177017,"job_number":"JOB_177017","tr_customer_id":177034,"tr_customer_product_id":177024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:33.000Z","modified_at":"2026-02-04T10:43:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10194238520701","imei1":"10194238520701","imei2":"10194238520701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177016,"job_number":"JOB_177016","tr_customer_id":177033,"tr_customer_product_id":177023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:48.000Z","modified_at":"2026-02-04T10:42:48.000Z","name":"Bruce Keeling","mobile_number":"873-357-5597","email_id":"Jeromy_Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"10146944518899212","imei1":"10146944518899212","imei2":"10146944518899212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177015,"job_number":"JOB_177015","tr_customer_id":177032,"tr_customer_product_id":177022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:46.000Z","modified_at":"2026-02-04T10:43:25.000Z","name":"Alia Jacobs","mobile_number":"697-540-8961","email_id":"Sigrid.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16224269725742","imei1":"16224269725742","imei2":"16224269725742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177014,"job_number":"JOB_177014","tr_customer_id":177031,"tr_customer_product_id":177021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:46.000Z","modified_at":"2026-02-04T10:42:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17227920557333","imei1":"17227920557333","imei2":"17227920557333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177013,"job_number":"JOB_177013","tr_customer_id":177030,"tr_customer_product_id":177020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:01.000Z","modified_at":"2026-02-04T10:42:01.000Z","name":"Vidal Huels","mobile_number":"352-423-4833","email_id":"Alexandre89@gmail.com","dop":"2025-04-06","serial_number":"18441765568404652","imei1":"18441765568404652","imei2":"18441765568404652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177012,"job_number":"JOB_177012","tr_customer_id":177029,"tr_customer_product_id":177019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:41:59.000Z","modified_at":"2026-02-04T10:42:39.000Z","name":"Austyn Fahey","mobile_number":"780-776-8630","email_id":"Marie_Towne49@hotmail.com","dop":"2025-04-06","serial_number":"16832021979798","imei1":"16832021979798","imei2":"16832021979798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177011,"job_number":"JOB_177011","tr_customer_id":177028,"tr_customer_product_id":177018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:41:59.000Z","modified_at":"2026-02-04T10:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10541657372673","imei1":"10541657372673","imei2":"10541657372673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177010,"job_number":"JOB_177010","tr_customer_id":177027,"tr_customer_product_id":177017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:34:52.000Z","modified_at":"2026-02-04T10:35:21.000Z","name":"Margarete Harvey","mobile_number":"784-799-3926","email_id":"Francisca.Mann@hotmail.com","dop":"2026-01-23","serial_number":"13432825974496","imei1":"13432825974496","imei2":"13432825974496","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177009,"job_number":"JOB_177009","tr_customer_id":177026,"tr_customer_product_id":177016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:31.000Z","modified_at":"2026-02-04T10:33:03.000Z","name":"Alexandrea Lowe","mobile_number":"924-848-4901","email_id":"Shaina66@hotmail.com","dop":"2026-01-23","serial_number":"16484517014722","imei1":"16484517014722","imei2":"16484517014722","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177008,"job_number":"JOB_177008","tr_customer_id":177025,"tr_customer_product_id":177015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:15.000Z","modified_at":"2026-02-04T10:32:44.000Z","name":"Greta Moen","mobile_number":"367-779-7054","email_id":"Branson12@gmail.com","dop":"2025-02-01","serial_number":"37817849785667","imei1":"37817849785667","imei2":"37817849785667","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177007,"job_number":"JOB_177007","tr_customer_id":177024,"tr_customer_product_id":177014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"Lucinda Walker","mobile_number":"545-999-6818","email_id":"Chadd44@yahoo.com","dop":"2025-02-01","serial_number":"11154401697806","imei1":"11154401697806","imei2":"11154401697806","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177006,"job_number":"JOB_177006","tr_customer_id":177023,"tr_customer_product_id":177013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"47980205532437","imei1":"47980205532437","imei2":"47980205532437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177005,"job_number":"JOB_177005","tr_customer_id":177022,"tr_customer_product_id":177012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:42.000Z","modified_at":"2026-02-04T10:32:10.000Z","name":"Reece Moore","mobile_number":"947-702-7006","email_id":"Walton_Hilpert@gmail.com","dop":"2025-02-01","serial_number":"93756921316239","imei1":"93756921316239","imei2":"93756921316239","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177004,"job_number":"JOB_177004","tr_customer_id":177021,"tr_customer_product_id":177011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"Lew Gislason","mobile_number":"970-830-7969","email_id":"Michel_Reilly21@hotmail.com","dop":"2025-02-01","serial_number":"104594955498726","imei1":"104594955498726","imei2":"104594955498726","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177003,"job_number":"JOB_177003","tr_customer_id":177020,"tr_customer_product_id":177010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"21556031254873","imei1":"21556031254873","imei2":"21556031254873","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177002,"job_number":"JOB_177002","tr_customer_id":177019,"tr_customer_product_id":177009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:09.000Z","modified_at":"2026-02-04T10:31:37.000Z","name":"Malcolm Ziemann","mobile_number":"307-871-4964","email_id":"Meaghan.Jacobi39@yahoo.com","dop":"2025-02-01","serial_number":"100158040270285","imei1":"100158040270285","imei2":"100158040270285","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177001,"job_number":"JOB_177001","tr_customer_id":177018,"tr_customer_product_id":177008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:08.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"Vergie Parker","mobile_number":"248-575-7830","email_id":"Nolan43@hotmail.com","dop":"2025-02-01","serial_number":"46956173810962","imei1":"46956173810962","imei2":"46956173810962","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177000,"job_number":"JOB_177000","tr_customer_id":177017,"tr_customer_product_id":177007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:07.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"80135749336880","imei1":"80135749336880","imei2":"80135749336880","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176999,"job_number":"JOB_176999","tr_customer_id":177016,"tr_customer_product_id":177006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:28:19.000Z","modified_at":"2026-02-04T10:30:02.000Z","name":"Linda Kilback","mobile_number":"423-969-9270","email_id":"Deontae_Block@gmail.com","dop":"2026-01-23","serial_number":"10021354211803","imei1":"10021354211803","imei2":"10021354211803","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176998,"job_number":"JOB_176998","tr_customer_id":177015,"tr_customer_product_id":177005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:14.000Z","modified_at":"2026-02-04T10:26:16.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19441531545534","imei1":"19441531545534","imei2":"19441531545534","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176997,"job_number":"JOB_176997","tr_customer_id":177014,"tr_customer_product_id":177004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Mae Miller","mobile_number":"936-664-6606","email_id":"Nathen.Williamson@gmail.com","dop":"2025-09-09","serial_number":"19354834563588","imei1":"19354834563588","imei2":"19354834563588","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176996,"job_number":"JOB_176996","tr_customer_id":177013,"tr_customer_product_id":177003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Leanna Bode","mobile_number":"994-588-0899","email_id":"Ibrahim_Jacobs63@yahoo.com","dop":"2025-09-09","serial_number":"12544371566689","imei1":"12544371566689","imei2":"12544371566689","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176995,"job_number":"JOB_176995","tr_customer_id":177012,"tr_customer_product_id":177002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:12.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"11294390725898","imei1":"11294390725898","imei2":"11294390725898","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176994,"job_number":"JOB_176994","tr_customer_id":177011,"tr_customer_product_id":177001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Elmo Bashirian","mobile_number":"389-700-8316","email_id":"Orlo.Stiedemann72@gmail.com","dop":"2025-09-09","serial_number":"17786363351730","imei1":"17786363351730","imei2":"17786363351730","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176993,"job_number":"JOB_176993","tr_customer_id":177010,"tr_customer_product_id":177000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Carley Abernathy","mobile_number":"543-850-2140","email_id":"Darien_Abshire31@hotmail.com","dop":"2025-09-09","serial_number":"11579238673661","imei1":"11579238673661","imei2":"11579238673661","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176992,"job_number":"JOB_176992","tr_customer_id":177009,"tr_customer_product_id":176999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:09.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14956584954997","imei1":"14956584954997","imei2":"14956584954997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176991,"job_number":"JOB_176991","tr_customer_id":177008,"tr_customer_product_id":176998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Gloria Satterfield","mobile_number":"722-286-9702","email_id":"Violette_Herman12@yahoo.com","dop":"2025-09-09","serial_number":"13177144896308","imei1":"13177144896308","imei2":"13177144896308","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176990,"job_number":"JOB_176990","tr_customer_id":177007,"tr_customer_product_id":176997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Solon Cruickshank","mobile_number":"494-613-6860","email_id":"Johann.Jerde1@yahoo.com","dop":"2025-09-09","serial_number":"11481118056165","imei1":"11481118056165","imei2":"11481118056165","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176986,"job_number":"JOB_176986","tr_customer_id":177003,"tr_customer_product_id":176993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:30.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"14764546350259","imei1":"14764546350259","imei2":"14764546350259","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176985,"job_number":"JOB_176985","tr_customer_id":177002,"tr_customer_product_id":176992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Francisca Satterfield","mobile_number":"929-585-2843","email_id":"Carolyn70@hotmail.com","dop":"2025-09-09","serial_number":"14529533038568","imei1":"14529533038568","imei2":"14529533038568","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176984,"job_number":"JOB_176984","tr_customer_id":177001,"tr_customer_product_id":176991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Americo Gutmann","mobile_number":"675-947-7719","email_id":"Precious_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12454113753121","imei1":"12454113753121","imei2":"12454113753121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176983,"job_number":"JOB_176983","tr_customer_id":177000,"tr_customer_product_id":176990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:26.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19738002779416","imei1":"19738002779416","imei2":"19738002779416","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176982,"job_number":"JOB_176982","tr_customer_id":176999,"tr_customer_product_id":176989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Daniela Nienow","mobile_number":"462-768-3878","email_id":"Malcolm74@hotmail.com","dop":"2025-09-09","serial_number":"16847068773129","imei1":"16847068773129","imei2":"16847068773129","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176981,"job_number":"JOB_176981","tr_customer_id":176998,"tr_customer_product_id":176988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Max Tillman","mobile_number":"839-273-5902","email_id":"Mekhi.Torphy27@hotmail.com","dop":"2025-09-09","serial_number":"11159036299078","imei1":"11159036299078","imei2":"11159036299078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176980,"job_number":"JOB_176980","tr_customer_id":176997,"tr_customer_product_id":176987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:23.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14400955148736","imei1":"14400955148736","imei2":"14400955148736","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176979,"job_number":"JOB_176979","tr_customer_id":176996,"tr_customer_product_id":176986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Nadia Labadie","mobile_number":"737-650-1261","email_id":"Darlene.Williamson43@hotmail.com","dop":"2025-09-09","serial_number":"15853301237001","imei1":"15853301237001","imei2":"15853301237001","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176978,"job_number":"JOB_176978","tr_customer_id":176995,"tr_customer_product_id":176985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Sage Hintz","mobile_number":"558-396-9850","email_id":"Gunner3@gmail.com","dop":"2025-09-09","serial_number":"12309506987499","imei1":"12309506987499","imei2":"12309506987499","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176977,"job_number":"JOB_176977","tr_customer_id":176994,"tr_customer_product_id":176984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:11.000Z","modified_at":"2026-02-04T10:06:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"17778810733270","imei1":"17778810733270","imei2":"17778810733270","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176976,"job_number":"JOB_176976","tr_customer_id":176993,"tr_customer_product_id":176983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:11.000Z","modified_at":"2026-02-04T10:06:11.000Z","name":"Rogers Reichel","mobile_number":"850-763-6805","email_id":"Bonnie25@yahoo.com","dop":"2025-09-09","serial_number":"14530060803170","imei1":"14530060803170","imei2":"14530060803170","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176975,"job_number":"JOB_176975","tr_customer_id":176992,"tr_customer_product_id":176982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:10.000Z","modified_at":"2026-02-04T10:06:10.000Z","name":"Nathanael Legros","mobile_number":"968-700-3468","email_id":"Caleb.Hackett@gmail.com","dop":"2025-09-09","serial_number":"14408208016211","imei1":"14408208016211","imei2":"14408208016211","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176974,"job_number":"JOB_176974","tr_customer_id":176991,"tr_customer_product_id":176981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"14194488173955","imei1":"14194488173955","imei2":"14194488173955","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176973,"job_number":"JOB_176973","tr_customer_id":176990,"tr_customer_product_id":176980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Mariela Terry","mobile_number":"815-311-0276","email_id":"Esther.Kilback96@hotmail.com","dop":"2025-09-09","serial_number":"11539704945002","imei1":"11539704945002","imei2":"11539704945002","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176972,"job_number":"JOB_176972","tr_customer_id":176989,"tr_customer_product_id":176979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Viva Berge","mobile_number":"265-722-0070","email_id":"Donato_Mayer@gmail.com","dop":"2025-09-09","serial_number":"12616924137093","imei1":"12616924137093","imei2":"12616924137093","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176971,"job_number":"JOB_176971","tr_customer_id":176988,"tr_customer_product_id":176978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:06.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14525575946224","imei1":"14525575946224","imei2":"14525575946224","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176970,"job_number":"JOB_176970","tr_customer_id":176987,"tr_customer_product_id":176977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Makenna Kiehn","mobile_number":"504-726-8082","email_id":"Prince70@yahoo.com","dop":"2025-09-09","serial_number":"10111396443913","imei1":"10111396443913","imei2":"10111396443913","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176969,"job_number":"JOB_176969","tr_customer_id":176986,"tr_customer_product_id":176976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Jerrell DuBuque","mobile_number":"607-477-0350","email_id":"Liliane13@yahoo.com","dop":"2025-09-09","serial_number":"10645586853996","imei1":"10645586853996","imei2":"10645586853996","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176968,"job_number":"JOB_176968","tr_customer_id":176985,"tr_customer_product_id":176975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:14.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"14056245231804","imei1":"14056245231804","imei2":"14056245231804","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176967,"job_number":"JOB_176967","tr_customer_id":176984,"tr_customer_product_id":176974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Ian Gorczany","mobile_number":"204-758-5164","email_id":"Erika.Stracke70@gmail.com","dop":"2025-09-09","serial_number":"19846750311667","imei1":"19846750311667","imei2":"19846750311667","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176966,"job_number":"JOB_176966","tr_customer_id":176983,"tr_customer_product_id":176973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Maximilian Medhurst","mobile_number":"839-599-5271","email_id":"Nigel.Legros@yahoo.com","dop":"2025-09-09","serial_number":"12005798928214","imei1":"12005798928214","imei2":"12005798928214","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176965,"job_number":"JOB_176965","tr_customer_id":176982,"tr_customer_product_id":176972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:11.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19782023888974","imei1":"19782023888974","imei2":"19782023888974","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176964,"job_number":"JOB_176964","tr_customer_id":176981,"tr_customer_product_id":176971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Audie Hoeger","mobile_number":"595-947-1846","email_id":"Felicita40@hotmail.com","dop":"2025-09-09","serial_number":"19911569465222","imei1":"19911569465222","imei2":"19911569465222","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176963,"job_number":"JOB_176963","tr_customer_id":176980,"tr_customer_product_id":176970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Adella Doyle","mobile_number":"494-564-2561","email_id":"Sigmund_Franecki87@hotmail.com","dop":"2025-09-09","serial_number":"19222989622123","imei1":"19222989622123","imei2":"19222989622123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176962,"job_number":"JOB_176962","tr_customer_id":176979,"tr_customer_product_id":176969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:05.000Z","modified_at":"2026-02-04T10:05:07.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11028379041378","imei1":"11028379041378","imei2":"11028379041378","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176961,"job_number":"JOB_176961","tr_customer_id":176978,"tr_customer_product_id":176968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:05.000Z","modified_at":"2026-02-04T10:05:05.000Z","name":"Alessia Anderson","mobile_number":"723-330-1263","email_id":"Rebekah13@hotmail.com","dop":"2025-09-09","serial_number":"17148890316021","imei1":"17148890316021","imei2":"17148890316021","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176960,"job_number":"JOB_176960","tr_customer_id":176977,"tr_customer_product_id":176967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:04.000Z","modified_at":"2026-02-04T10:05:04.000Z","name":"Madisyn Nitzsche","mobile_number":"942-721-6787","email_id":"Albert_Bartell16@hotmail.com","dop":"2025-09-09","serial_number":"18566380582534","imei1":"18566380582534","imei2":"18566380582534","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176959,"job_number":"JOB_176959","tr_customer_id":176976,"tr_customer_product_id":176966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:16.000Z","modified_at":"2026-02-04T09:33:16.000Z","name":"Camila Frami","mobile_number":"987-990-6187","email_id":"Floy92@gmail.com","dop":"2025-04-06","serial_number":"16022479385566246","imei1":"16022479385566246","imei2":"16022479385566246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176958,"job_number":"JOB_176958","tr_customer_id":176975,"tr_customer_product_id":176965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:15.000Z","modified_at":"2026-02-04T09:33:57.000Z","name":"Bertrand Feeney","mobile_number":"809-716-6156","email_id":"Jazlyn93@hotmail.com","dop":"2025-04-06","serial_number":"17789725593902","imei1":"17789725593902","imei2":"17789725593902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176957,"job_number":"JOB_176957","tr_customer_id":176974,"tr_customer_product_id":176964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:14.000Z","modified_at":"2026-02-04T09:33:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990905830905","imei1":"10990905830905","imei2":"10990905830905","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176956,"job_number":"JOB_176956","tr_customer_id":176973,"tr_customer_product_id":176963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:25.000Z","modified_at":"2026-02-04T09:32:25.000Z","name":"Schuyler West","mobile_number":"699-443-7217","email_id":"Ayla_Kassulke@gmail.com","dop":"2025-04-06","serial_number":"15127703293675654","imei1":"15127703293675654","imei2":"15127703293675654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176955,"job_number":"JOB_176955","tr_customer_id":176972,"tr_customer_product_id":176962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:23.000Z","modified_at":"2026-02-04T09:33:06.000Z","name":"Tara Swift","mobile_number":"585-669-0224","email_id":"Florencio.Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12483041256652","imei1":"12483041256652","imei2":"12483041256652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176954,"job_number":"JOB_176954","tr_customer_id":176971,"tr_customer_product_id":176961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:23.000Z","modified_at":"2026-02-04T09:32:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17013489530981","imei1":"17013489530981","imei2":"17013489530981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176953,"job_number":"JOB_176953","tr_customer_id":176970,"tr_customer_product_id":176960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:33.000Z","modified_at":"2026-02-04T09:31:33.000Z","name":"Felipe Gerlach","mobile_number":"822-657-2116","email_id":"Roberto.Gleichner3@gmail.com","dop":"2025-04-06","serial_number":"13298312478570356","imei1":"13298312478570356","imei2":"13298312478570356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176952,"job_number":"JOB_176952","tr_customer_id":176969,"tr_customer_product_id":176959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:32.000Z","modified_at":"2026-02-04T09:32:15.000Z","name":"Damian Hodkiewicz","mobile_number":"346-313-2458","email_id":"Christy17@yahoo.com","dop":"2025-04-06","serial_number":"13655170920142","imei1":"13655170920142","imei2":"13655170920142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176951,"job_number":"JOB_176951","tr_customer_id":176968,"tr_customer_product_id":176958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:31.000Z","modified_at":"2026-02-04T09:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10885796710853","imei1":"10885796710853","imei2":"10885796710853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176950,"job_number":"JOB_176950","tr_customer_id":176967,"tr_customer_product_id":176957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:29:06.000Z","modified_at":"2026-02-04T10:04:07.000Z","name":"Arno Batz","mobile_number":"332-605-0626","email_id":"Wilford_Turcotte86@gmail.com","dop":"2026-01-23","serial_number":"13787548856635","imei1":"13787548856635","imei2":"13787548856635","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176949,"job_number":"JOB_176949","tr_customer_id":176966,"tr_customer_product_id":176956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:39.000Z","modified_at":"2026-02-04T09:15:06.000Z","name":"Elfrieda Friesen","mobile_number":"865-414-3624","email_id":"Gregoria.Barton55@hotmail.com","dop":"2025-02-01","serial_number":"73604948692495","imei1":"73604948692495","imei2":"73604948692495","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176948,"job_number":"JOB_176948","tr_customer_id":176965,"tr_customer_product_id":176955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:38.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"Gideon Waters","mobile_number":"630-783-2548","email_id":"Alana.Yundt71@hotmail.com","dop":"2025-02-01","serial_number":"85089978354820","imei1":"85089978354820","imei2":"85089978354820","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176947,"job_number":"JOB_176947","tr_customer_id":176964,"tr_customer_product_id":176954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:37.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"45913167663625","imei1":"45913167663625","imei2":"45913167663625","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176946,"job_number":"JOB_176946","tr_customer_id":176963,"tr_customer_product_id":176953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:06.000Z","modified_at":"2026-02-04T09:14:34.000Z","name":"Gunnar Stamm","mobile_number":"629-340-4732","email_id":"Jaida_Abshire40@yahoo.com","dop":"2025-02-01","serial_number":"39372684322940","imei1":"39372684322940","imei2":"39372684322940","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:14:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176945,"job_number":"JOB_176945","tr_customer_id":176962,"tr_customer_product_id":176952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"Timmothy Durgan","mobile_number":"303-522-5900","email_id":"Jordi_Bednar93@gmail.com","dop":"2025-02-01","serial_number":"85390630290452","imei1":"85390630290452","imei2":"85390630290452","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176944,"job_number":"JOB_176944","tr_customer_id":176961,"tr_customer_product_id":176951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"69253303838715","imei1":"69253303838715","imei2":"69253303838715","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176943,"job_number":"JOB_176943","tr_customer_id":176960,"tr_customer_product_id":176950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:34.000Z","modified_at":"2026-02-04T09:14:01.000Z","name":"Jeffrey Kessler","mobile_number":"763-567-6264","email_id":"Colten68@hotmail.com","dop":"2025-02-01","serial_number":"84719683254893","imei1":"84719683254893","imei2":"84719683254893","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176942,"job_number":"JOB_176942","tr_customer_id":176959,"tr_customer_product_id":176949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:33.000Z","modified_at":"2026-02-04T09:13:33.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"30187725851862510","imei1":"30187725851862510","imei2":"30187725851862510","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176941,"job_number":"JOB_176941","tr_customer_id":176958,"tr_customer_product_id":176948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"Michael Armstrong","mobile_number":"699-619-5044","email_id":"Aidan.Beier92@hotmail.com","dop":"2025-02-01","serial_number":"72396387964605","imei1":"72396387964605","imei2":"72396387964605","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176940,"job_number":"JOB_176940","tr_customer_id":176957,"tr_customer_product_id":176947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"67727010511975","imei1":"67727010511975","imei2":"67727010511975","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176939,"job_number":"JOB_176939","tr_customer_id":176956,"tr_customer_product_id":176946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:35.000Z","modified_at":"2026-02-04T08:44:02.000Z","name":"Isom Rogahn","mobile_number":"938-458-0008","email_id":"Grover53@gmail.com","dop":"2025-02-01","serial_number":"71727241940209","imei1":"71727241940209","imei2":"71727241940209","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176938,"job_number":"JOB_176938","tr_customer_id":176955,"tr_customer_product_id":176945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"Rickey Dietrich","mobile_number":"590-919-5804","email_id":"Alison_Williamson@hotmail.com","dop":"2025-02-01","serial_number":"107072844745610","imei1":"107072844745610","imei2":"107072844745610","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176937,"job_number":"JOB_176937","tr_customer_id":176954,"tr_customer_product_id":176944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"62052203482650","imei1":"62052203482650","imei2":"62052203482650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176936,"job_number":"JOB_176936","tr_customer_id":176953,"tr_customer_product_id":176943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:02.000Z","modified_at":"2026-02-04T08:43:30.000Z","name":"Adriana Crooks","mobile_number":"591-308-0977","email_id":"Randy_Hermiston@gmail.com","dop":"2025-02-01","serial_number":"75678121575480","imei1":"75678121575480","imei2":"75678121575480","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176935,"job_number":"JOB_176935","tr_customer_id":176952,"tr_customer_product_id":176942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"Van Schaden","mobile_number":"440-350-6702","email_id":"Mariela.Murray63@yahoo.com","dop":"2025-02-01","serial_number":"92283328969218","imei1":"92283328969218","imei2":"92283328969218","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176934,"job_number":"JOB_176934","tr_customer_id":176951,"tr_customer_product_id":176941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"99058277256487","imei1":"99058277256487","imei2":"99058277256487","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176933,"job_number":"JOB_176933","tr_customer_id":176950,"tr_customer_product_id":176940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:29.000Z","modified_at":"2026-02-04T08:42:57.000Z","name":"Barbara Torp","mobile_number":"914-519-6090","email_id":"Nolan.Rogahn78@gmail.com","dop":"2025-02-01","serial_number":"66646263294215","imei1":"66646263294215","imei2":"66646263294215","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176932,"job_number":"JOB_176932","tr_customer_id":176949,"tr_customer_product_id":176939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"Teresa Armstrong","mobile_number":"896-293-6521","email_id":"Sarah.Schaden@yahoo.com","dop":"2025-02-01","serial_number":"18633174373492","imei1":"18633174373492","imei2":"18633174373492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176931,"job_number":"JOB_176931","tr_customer_id":176948,"tr_customer_product_id":176938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"98063759561283","imei1":"98063759561283","imei2":"98063759561283","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176930,"job_number":"JOB_176930","tr_customer_id":176947,"tr_customer_product_id":176937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:40:48.000Z","modified_at":"2026-02-04T11:25:03.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"13175471701786","imei1":"13175471701786","imei2":"13175471701786","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T11:25:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176929,"job_number":"JOB_176929","tr_customer_id":176946,"tr_customer_product_id":176936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:37:28.000Z","modified_at":"2026-02-04T08:37:28.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"16843095456094","imei1":"16843095456094","imei2":"16843095456094","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176928,"job_number":"JOB_176928","tr_customer_id":176945,"tr_customer_product_id":176935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:30:40.000Z","modified_at":"2026-02-04T08:30:40.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"12868080764317","imei1":"12868080764317","imei2":"12868080764317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176927,"job_number":"JOB_176927","tr_customer_id":176944,"tr_customer_product_id":176934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:11.000Z","modified_at":"2026-02-04T08:29:11.000Z","name":"Antonia Pfeffer","mobile_number":"223-580-6633","email_id":"Luisa.Hegmann33@yahoo.com","dop":"2025-04-06","serial_number":"18844486827310744","imei1":"18844486827310744","imei2":"18844486827310744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176926,"job_number":"JOB_176926","tr_customer_id":176943,"tr_customer_product_id":176933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:09.000Z","modified_at":"2026-02-04T08:29:54.000Z","name":"Royce Botsford","mobile_number":"829-507-9026","email_id":"Leonel5@gmail.com","dop":"2025-04-06","serial_number":"14663010817008","imei1":"14663010817008","imei2":"14663010817008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176925,"job_number":"JOB_176925","tr_customer_id":176942,"tr_customer_product_id":176932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:09.000Z","modified_at":"2026-02-04T08:29:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15066753956450","imei1":"15066753956450","imei2":"15066753956450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176924,"job_number":"JOB_176924","tr_customer_id":176941,"tr_customer_product_id":176931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:16.000Z","modified_at":"2026-02-04T08:28:16.000Z","name":"Autumn Predovic","mobile_number":"732-385-2023","email_id":"Marianne_Fritsch8@yahoo.com","dop":"2025-04-06","serial_number":"11860826289905894","imei1":"11860826289905894","imei2":"11860826289905894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176923,"job_number":"JOB_176923","tr_customer_id":176940,"tr_customer_product_id":176930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:14.000Z","modified_at":"2026-02-04T08:29:00.000Z","name":"Clarabelle Swift","mobile_number":"638-688-5943","email_id":"Omer_Brown0@gmail.com","dop":"2025-04-06","serial_number":"17358133539558","imei1":"17358133539558","imei2":"17358133539558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176922,"job_number":"JOB_176922","tr_customer_id":176939,"tr_customer_product_id":176929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:14.000Z","modified_at":"2026-02-04T08:28:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10970502121675","imei1":"10970502121675","imei2":"10970502121675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176921,"job_number":"JOB_176921","tr_customer_id":176938,"tr_customer_product_id":176928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:21.000Z","modified_at":"2026-02-04T08:27:21.000Z","name":"Clovis Simonis","mobile_number":"328-211-6253","email_id":"Pedro19@hotmail.com","dop":"2025-04-06","serial_number":"10114624788406122","imei1":"10114624788406122","imei2":"10114624788406122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176920,"job_number":"JOB_176920","tr_customer_id":176937,"tr_customer_product_id":176927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:19.000Z","modified_at":"2026-02-04T08:28:05.000Z","name":"Eileen Spencer","mobile_number":"831-351-4474","email_id":"Elta_Kozey@gmail.com","dop":"2025-04-06","serial_number":"13270922650773","imei1":"13270922650773","imei2":"13270922650773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176919,"job_number":"JOB_176919","tr_customer_id":176936,"tr_customer_product_id":176926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:19.000Z","modified_at":"2026-02-04T08:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10124581043668","imei1":"10124581043668","imei2":"10124581043668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176918,"job_number":"JOB_176918","tr_customer_id":176935,"tr_customer_product_id":176925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:21.000Z","modified_at":"2026-02-04T08:26:48.000Z","name":"Sigmund Sauer","mobile_number":"941-388-4521","email_id":"Madaline.Schumm@gmail.com","dop":"2025-02-01","serial_number":"47533608096774","imei1":"47533608096774","imei2":"47533608096774","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176917,"job_number":"JOB_176917","tr_customer_id":176934,"tr_customer_product_id":176924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"Daniella Prosacco","mobile_number":"876-696-8699","email_id":"Flo_Torp25@hotmail.com","dop":"2025-02-01","serial_number":"69661508006582","imei1":"69661508006582","imei2":"69661508006582","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176916,"job_number":"JOB_176916","tr_customer_id":176933,"tr_customer_product_id":176923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"93704751927621","imei1":"93704751927621","imei2":"93704751927621","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176915,"job_number":"JOB_176915","tr_customer_id":176932,"tr_customer_product_id":176922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:48.000Z","modified_at":"2026-02-04T08:26:16.000Z","name":"Jeramie Labadie","mobile_number":"480-240-9493","email_id":"Jamarcus57@yahoo.com","dop":"2025-02-01","serial_number":"27333792705218","imei1":"27333792705218","imei2":"27333792705218","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176914,"job_number":"JOB_176914","tr_customer_id":176931,"tr_customer_product_id":176921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"Liana Sanford","mobile_number":"968-201-7772","email_id":"Isai85@gmail.com","dop":"2025-02-01","serial_number":"59450164193688","imei1":"59450164193688","imei2":"59450164193688","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176913,"job_number":"JOB_176913","tr_customer_id":176930,"tr_customer_product_id":176920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"101632796032141","imei1":"101632796032141","imei2":"101632796032141","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176912,"job_number":"JOB_176912","tr_customer_id":176929,"tr_customer_product_id":176919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:45.000Z","modified_at":"2026-02-04T08:25:45.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176911,"job_number":"JOB_176911","tr_customer_id":176928,"tr_customer_product_id":176918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:14.000Z","modified_at":"2026-02-04T08:25:43.000Z","name":"Nicholas Mueller","mobile_number":"907-350-0420","email_id":"Johnathan74@yahoo.com","dop":"2025-02-01","serial_number":"13590347692258","imei1":"13590347692258","imei2":"13590347692258","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:25:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176910,"job_number":"JOB_176910","tr_customer_id":176927,"tr_customer_product_id":176917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"Sid Pfeffer","mobile_number":"262-375-1256","email_id":"Jerald79@hotmail.com","dop":"2025-02-01","serial_number":"77150080747655","imei1":"77150080747655","imei2":"77150080747655","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176909,"job_number":"JOB_176909","tr_customer_id":176926,"tr_customer_product_id":176916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"79258917360507","imei1":"79258917360507","imei2":"79258917360507","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176908,"job_number":"JOB_176908","tr_customer_id":176925,"tr_customer_product_id":176915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:05:31.000Z","modified_at":"2026-02-04T08:05:31.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"66567876543454","imei1":"66567876543454","imei2":"66567876543454","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:05:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176907,"job_number":"JOB_176907","tr_customer_id":176924,"tr_customer_product_id":176914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:05:27.000Z","modified_at":"2026-02-04T09:23:38.000Z","name":"Laron Sanford","mobile_number":"434-744-2016","email_id":"Bryana.Lowe54@yahoo.com","dop":"2026-01-23","serial_number":"14940947674053","imei1":"14940947674053","imei2":"14940947674053","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:23:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176906,"job_number":"JOB_176906","tr_customer_id":176923,"tr_customer_product_id":176913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:01:14.000Z","modified_at":"2026-02-04T08:01:14.000Z","name":"Newell Turner","mobile_number":"407-591-4616","email_id":"Dario.Abbott@gmail.com","dop":"2025-04-06","serial_number":"14951816742150260","imei1":"14951816742150260","imei2":"14951816742150260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176905,"job_number":"JOB_176905","tr_customer_id":176922,"tr_customer_product_id":176912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:01:12.000Z","modified_at":"2026-02-04T08:01:57.000Z","name":"Mossie D'Amore","mobile_number":"921-638-4292","email_id":"Guy_Murray@gmail.com","dop":"2025-04-06","serial_number":"12186230934774","imei1":"12186230934774","imei2":"12186230934774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176901,"job_number":"JOB_176901","tr_customer_id":176918,"tr_customer_product_id":176908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:59:57.000Z","modified_at":"2026-02-04T07:59:57.000Z","name":"Twila Botsford","mobile_number":"247-393-9663","email_id":"Lucas.Brekke34@gmail.com","dop":"2025-04-06","serial_number":"14928981121066096","imei1":"14928981121066096","imei2":"14928981121066096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176900,"job_number":"JOB_176900","tr_customer_id":176917,"tr_customer_product_id":176907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:59:56.000Z","modified_at":"2026-02-04T08:00:38.000Z","name":"Kathlyn Terry","mobile_number":"719-587-2050","email_id":"Laurel.Padberg@gmail.com","dop":"2025-04-06","serial_number":"16051701842968","imei1":"16051701842968","imei2":"16051701842968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176893,"job_number":"JOB_176893","tr_customer_id":176910,"tr_customer_product_id":176900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:29.000Z","modified_at":"2026-02-04T07:32:39.000Z","name":"Laurianne Bechtelar","mobile_number":"662-354-4225","email_id":"Ian60@yahoo.com","dop":"2025-12-01","serial_number":"11914753534261","imei1":"11914753534261","imei2":"11914753534261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176892,"job_number":"JOB_176892","tr_customer_id":176909,"tr_customer_product_id":176899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:29.000Z","modified_at":"2026-02-04T07:32:29.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11212478795249","imei1":"11212478795249","imei2":"11212478795249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176891,"job_number":"JOB_176891","tr_customer_id":176908,"tr_customer_product_id":176898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:15.000Z","modified_at":"2026-02-04T07:32:25.000Z","name":"Viviane Breitenberg","mobile_number":"929-527-5510","email_id":"Jaylon93@yahoo.com","dop":"2025-12-01","serial_number":"10443923292196","imei1":"10443923292196","imei2":"10443923292196","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176890,"job_number":"JOB_176890","tr_customer_id":176907,"tr_customer_product_id":176897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:14.000Z","modified_at":"2026-02-04T07:32:14.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15124988821955","imei1":"15124988821955","imei2":"15124988821955","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176889,"job_number":"JOB_176889","tr_customer_id":176906,"tr_customer_product_id":176896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:00.000Z","modified_at":"2026-02-04T07:32:10.000Z","name":"Daniella Wehner","mobile_number":"622-384-7449","email_id":"Rachelle28@hotmail.com","dop":"2025-12-01","serial_number":"12350241995266","imei1":"12350241995266","imei2":"12350241995266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176888,"job_number":"JOB_176888","tr_customer_id":176905,"tr_customer_product_id":176895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:00.000Z","modified_at":"2026-02-04T07:32:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17599156827551","imei1":"17599156827551","imei2":"17599156827551","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176887,"job_number":"JOB_176887","tr_customer_id":176904,"tr_customer_product_id":176894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:20.000Z","modified_at":"2026-02-04T07:05:20.000Z","name":"Melany Morissette","mobile_number":"763-378-7501","email_id":"Ned_Johns@gmail.com","dop":"2025-04-06","serial_number":"12040749721970538","imei1":"12040749721970538","imei2":"12040749721970538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176886,"job_number":"JOB_176886","tr_customer_id":176903,"tr_customer_product_id":176893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:19.000Z","modified_at":"2026-02-04T07:06:02.000Z","name":"Santina Leffler","mobile_number":"319-596-5351","email_id":"Kavon17@hotmail.com","dop":"2025-04-06","serial_number":"16317518742286","imei1":"16317518742286","imei2":"16317518742286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176885,"job_number":"JOB_176885","tr_customer_id":176902,"tr_customer_product_id":176892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:18.000Z","modified_at":"2026-02-04T07:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19301773139843","imei1":"19301773139843","imei2":"19301773139843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176884,"job_number":"JOB_176884","tr_customer_id":176901,"tr_customer_product_id":176891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:29.000Z","modified_at":"2026-02-04T07:04:29.000Z","name":"Salma Schowalter","mobile_number":"999-352-2106","email_id":"Henderson.Gorczany45@yahoo.com","dop":"2025-04-06","serial_number":"16825402503846114","imei1":"16825402503846114","imei2":"16825402503846114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176883,"job_number":"JOB_176883","tr_customer_id":176900,"tr_customer_product_id":176890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:28.000Z","modified_at":"2026-02-04T07:05:10.000Z","name":"Dan Renner","mobile_number":"690-919-8617","email_id":"Angelina_Stroman@gmail.com","dop":"2025-04-06","serial_number":"19931993713930","imei1":"19931993713930","imei2":"19931993713930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176882,"job_number":"JOB_176882","tr_customer_id":176899,"tr_customer_product_id":176889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:27.000Z","modified_at":"2026-02-04T07:04:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15704809715392","imei1":"15704809715392","imei2":"15704809715392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176881,"job_number":"JOB_176881","tr_customer_id":176898,"tr_customer_product_id":176888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:43.000Z","modified_at":"2026-02-04T07:03:43.000Z","name":"Marie Pagac","mobile_number":"336-738-5310","email_id":"Chester.OReilly30@gmail.com","dop":"2025-04-06","serial_number":"15088614550139698","imei1":"15088614550139698","imei2":"15088614550139698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176880,"job_number":"JOB_176880","tr_customer_id":176897,"tr_customer_product_id":176887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:41.000Z","modified_at":"2026-02-04T07:04:25.000Z","name":"Duncan Tremblay","mobile_number":"476-655-9479","email_id":"Adan_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"14223695601298","imei1":"14223695601298","imei2":"14223695601298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176879,"job_number":"JOB_176879","tr_customer_id":176896,"tr_customer_product_id":176886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:38.000Z","modified_at":"2026-02-04T07:03:38.000Z","name":"Monserrate Dickinson","mobile_number":"291-664-4654","email_id":"Alfreda_Dickinson83@hotmail.com","dop":"2025-04-06","serial_number":"19817876698493320","imei1":"19817876698493320","imei2":"19817876698493320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176878,"job_number":"JOB_176878","tr_customer_id":176895,"tr_customer_product_id":176885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:36.000Z","modified_at":"2026-02-04T07:04:19.000Z","name":"Lawson Abbott","mobile_number":"689-463-4285","email_id":"Amani5@gmail.com","dop":"2025-04-06","serial_number":"18664777181660","imei1":"18664777181660","imei2":"18664777181660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176877,"job_number":"JOB_176877","tr_customer_id":176894,"tr_customer_product_id":176884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:36.000Z","modified_at":"2026-02-04T07:03:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11732668489445","imei1":"11732668489445","imei2":"11732668489445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176876,"job_number":"JOB_176876","tr_customer_id":176893,"tr_customer_product_id":176883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:28.000Z","modified_at":"2026-02-04T07:01:28.000Z","name":"Donny McGlynn","mobile_number":"645-596-9215","email_id":"Adrain_Wisoky39@gmail.com","dop":"2025-04-06","serial_number":"13580902858992318","imei1":"13580902858992318","imei2":"13580902858992318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176875,"job_number":"JOB_176875","tr_customer_id":176892,"tr_customer_product_id":176882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:27.000Z","modified_at":"2026-02-04T07:02:10.000Z","name":"Ernesto Kilback","mobile_number":"881-392-9864","email_id":"Ayden_Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14878009807305","imei1":"14878009807305","imei2":"14878009807305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176874,"job_number":"JOB_176874","tr_customer_id":176891,"tr_customer_product_id":176881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:26.000Z","modified_at":"2026-02-04T07:01:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16948694891387","imei1":"16948694891387","imei2":"16948694891387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176873,"job_number":"JOB_176873","tr_customer_id":176890,"tr_customer_product_id":176880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:53.000Z","modified_at":"2026-02-04T07:00:53.000Z","name":"Elyssa Kshlerin","mobile_number":"372-458-5126","email_id":"Maxime_Walker81@yahoo.com","dop":"2025-04-06","serial_number":"13051102664444396","imei1":"13051102664444396","imei2":"13051102664444396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176872,"job_number":"JOB_176872","tr_customer_id":176889,"tr_customer_product_id":176879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:52.000Z","modified_at":"2026-02-04T07:01:31.000Z","name":"Harrison Mueller","mobile_number":"763-461-8020","email_id":"Oleta95@yahoo.com","dop":"2025-04-06","serial_number":"11972305432012","imei1":"11972305432012","imei2":"11972305432012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176871,"job_number":"JOB_176871","tr_customer_id":176888,"tr_customer_product_id":176878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:52.000Z","modified_at":"2026-02-04T07:00:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18437109585289","imei1":"18437109585289","imei2":"18437109585289","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176870,"job_number":"JOB_176870","tr_customer_id":176887,"tr_customer_product_id":176877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:42.000Z","modified_at":"2026-02-04T07:00:42.000Z","name":"Gaetano Kessler","mobile_number":"642-851-7184","email_id":"Liliana42@gmail.com","dop":"2025-04-06","serial_number":"18670126095900050","imei1":"18670126095900050","imei2":"18670126095900050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176869,"job_number":"JOB_176869","tr_customer_id":176886,"tr_customer_product_id":176876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:40.000Z","modified_at":"2026-02-04T07:01:22.000Z","name":"Webster Veum","mobile_number":"214-612-1072","email_id":"Pearline_Welch@yahoo.com","dop":"2025-04-06","serial_number":"16449519170723","imei1":"16449519170723","imei2":"16449519170723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176868,"job_number":"JOB_176868","tr_customer_id":176885,"tr_customer_product_id":176875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:40.000Z","modified_at":"2026-02-04T07:00:40.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"12108290943663","imei1":"12108290943663","imei2":"12108290943663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176867,"job_number":"JOB_176867","tr_customer_id":176884,"tr_customer_product_id":176874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:36.000Z","modified_at":"2026-02-04T07:00:36.000Z","name":"Deonte Wiza","mobile_number":"288-490-2349","email_id":"Kenna26@gmail.com","dop":"2025-04-06","serial_number":"14689983834876694","imei1":"14689983834876694","imei2":"14689983834876694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176866,"job_number":"JOB_176866","tr_customer_id":176883,"tr_customer_product_id":176873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:35.000Z","modified_at":"2026-02-04T07:01:18.000Z","name":"Louisa Kub","mobile_number":"793-668-7976","email_id":"Teagan.Vandervort@yahoo.com","dop":"2025-04-06","serial_number":"11753451168271","imei1":"11753451168271","imei2":"11753451168271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176865,"job_number":"JOB_176865","tr_customer_id":176882,"tr_customer_product_id":176872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:34.000Z","modified_at":"2026-02-04T07:00:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11703895170489","imei1":"11703895170489","imei2":"11703895170489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176864,"job_number":"JOB_176864","tr_customer_id":176881,"tr_customer_product_id":176871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:28.000Z","modified_at":"2026-02-04T07:00:28.000Z","name":"Sarah Pfeffer","mobile_number":"328-443-1979","email_id":"Hipolito_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19193621071201900","imei1":"19193621071201900","imei2":"19193621071201900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176863,"job_number":"JOB_176863","tr_customer_id":176880,"tr_customer_product_id":176870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:27.000Z","modified_at":"2026-02-04T07:01:05.000Z","name":"River Kassulke","mobile_number":"598-350-8973","email_id":"Elouise.Koepp@hotmail.com","dop":"2025-04-06","serial_number":"19907468481440","imei1":"19907468481440","imei2":"19907468481440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176862,"job_number":"JOB_176862","tr_customer_id":176879,"tr_customer_product_id":176869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:26.000Z","modified_at":"2026-02-04T07:00:26.000Z","name":"Skylar Rippin","mobile_number":"564-732-9836","email_id":"Bettie34@gmail.com","dop":"2025-04-06","serial_number":"14946874125886812","imei1":"14946874125886812","imei2":"14946874125886812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176861,"job_number":"JOB_176861","tr_customer_id":176878,"tr_customer_product_id":176868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:25.000Z","modified_at":"2026-02-04T07:01:04.000Z","name":"Warren Zieme","mobile_number":"947-908-5142","email_id":"Quinton11@yahoo.com","dop":"2025-04-06","serial_number":"19652338153764","imei1":"19652338153764","imei2":"19652338153764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176860,"job_number":"JOB_176860","tr_customer_id":176877,"tr_customer_product_id":176867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:06.000Z","modified_at":"2026-02-04T07:00:06.000Z","name":"Viviane Herman","mobile_number":"917-986-5780","email_id":"Murray.Waters@gmail.com","dop":"2025-04-06","serial_number":"12886955995318250","imei1":"12886955995318250","imei2":"12886955995318250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176859,"job_number":"JOB_176859","tr_customer_id":176876,"tr_customer_product_id":176866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:05.000Z","modified_at":"2026-02-04T07:00:44.000Z","name":"Lazaro Rogahn","mobile_number":"543-846-1402","email_id":"Reynold_Schumm66@hotmail.com","dop":"2025-04-06","serial_number":"19733298009732","imei1":"19733298009732","imei2":"19733298009732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176858,"job_number":"JOB_176858","tr_customer_id":176875,"tr_customer_product_id":176865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:05.000Z","modified_at":"2026-02-04T07:00:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12363618430798","imei1":"12363618430798","imei2":"12363618430798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176857,"job_number":"JOB_176857","tr_customer_id":176874,"tr_customer_product_id":176864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:52.000Z","modified_at":"2026-02-04T06:59:52.000Z","name":"Mya Conn","mobile_number":"929-684-6724","email_id":"Ellen90@hotmail.com","dop":"2025-04-06","serial_number":"17090701524237660","imei1":"17090701524237660","imei2":"17090701524237660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176856,"job_number":"JOB_176856","tr_customer_id":176873,"tr_customer_product_id":176863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:51.000Z","modified_at":"2026-02-04T07:00:32.000Z","name":"Carlee Schneider","mobile_number":"965-515-6645","email_id":"Dayna_Turcotte23@yahoo.com","dop":"2025-04-06","serial_number":"13323967154011","imei1":"13323967154011","imei2":"13323967154011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176855,"job_number":"JOB_176855","tr_customer_id":176872,"tr_customer_product_id":176862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:50.000Z","modified_at":"2026-02-04T06:59:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19878724389562","imei1":"19878724389562","imei2":"19878724389562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176854,"job_number":"JOB_176854","tr_customer_id":176871,"tr_customer_product_id":176861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:44.000Z","modified_at":"2026-02-04T06:59:44.000Z","name":"Litzy Smith","mobile_number":"604-451-8972","email_id":"Deshaun.Terry@hotmail.com","dop":"2025-04-06","serial_number":"10102493794889132","imei1":"10102493794889132","imei2":"10102493794889132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176853,"job_number":"JOB_176853","tr_customer_id":176870,"tr_customer_product_id":176860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:42.000Z","modified_at":"2026-02-04T07:00:26.000Z","name":"Gerry Gorczany","mobile_number":"683-705-1430","email_id":"Alayna_Jakubowski51@gmail.com","dop":"2025-04-06","serial_number":"18396928961753","imei1":"18396928961753","imei2":"18396928961753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176852,"job_number":"JOB_176852","tr_customer_id":176869,"tr_customer_product_id":176859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:42.000Z","modified_at":"2026-02-04T06:59:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16418611847633","imei1":"16418611847633","imei2":"16418611847633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176851,"job_number":"JOB_176851","tr_customer_id":176868,"tr_customer_product_id":176858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:19.000Z","modified_at":"2026-02-04T06:59:19.000Z","name":"Cornell Gusikowski","mobile_number":"732-474-1833","email_id":"Luna.Cormier@yahoo.com","dop":"2025-04-06","serial_number":"16667177391289508","imei1":"16667177391289508","imei2":"16667177391289508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176850,"job_number":"JOB_176850","tr_customer_id":176867,"tr_customer_product_id":176857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:17.000Z","modified_at":"2026-02-04T06:59:57.000Z","name":"Reyes Carter","mobile_number":"569-543-9004","email_id":"Bennett_Emard71@gmail.com","dop":"2025-04-06","serial_number":"14385927947597","imei1":"14385927947597","imei2":"14385927947597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176849,"job_number":"JOB_176849","tr_customer_id":176866,"tr_customer_product_id":176856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:17.000Z","modified_at":"2026-02-04T06:59:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12262122722955","imei1":"12262122722955","imei2":"12262122722955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176848,"job_number":"JOB_176848","tr_customer_id":176865,"tr_customer_product_id":176855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:02.000Z","modified_at":"2026-02-04T06:59:02.000Z","name":"Curt Schuster","mobile_number":"439-454-7707","email_id":"Arlo.Cole77@yahoo.com","dop":"2025-04-06","serial_number":"12662005741676300","imei1":"12662005741676300","imei2":"12662005741676300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176847,"job_number":"JOB_176847","tr_customer_id":176864,"tr_customer_product_id":176854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:00.000Z","modified_at":"2026-02-04T06:59:42.000Z","name":"Delilah Predovic","mobile_number":"895-562-0420","email_id":"Rolando.Schimmel5@gmail.com","dop":"2025-04-06","serial_number":"17719547518797","imei1":"17719547518797","imei2":"17719547518797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176846,"job_number":"JOB_176846","tr_customer_id":176863,"tr_customer_product_id":176853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:00.000Z","modified_at":"2026-02-04T06:59:00.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17250794554640","imei1":"17250794554640","imei2":"17250794554640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176845,"job_number":"JOB_176845","tr_customer_id":176862,"tr_customer_product_id":176852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:44.000Z","modified_at":"2026-02-04T06:55:44.000Z","name":"Adolf Brakus","mobile_number":"799-875-0420","email_id":"Norval_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"11566113473646940","imei1":"11566113473646940","imei2":"11566113473646940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176844,"job_number":"JOB_176844","tr_customer_id":176861,"tr_customer_product_id":176851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:42.000Z","modified_at":"2026-02-04T06:56:20.000Z","name":"Frances Metz","mobile_number":"840-673-4920","email_id":"Jodie.Harber@gmail.com","dop":"2025-04-06","serial_number":"10319159604004","imei1":"10319159604004","imei2":"10319159604004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176843,"job_number":"JOB_176843","tr_customer_id":176860,"tr_customer_product_id":176850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:42.000Z","modified_at":"2026-02-04T06:55:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15463580651719","imei1":"15463580651719","imei2":"15463580651719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176841,"job_number":"JOB_176841","tr_customer_id":176858,"tr_customer_product_id":176848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:20.000Z","modified_at":"2026-02-04T06:56:00.000Z","name":"Stanford Beahan","mobile_number":"690-958-6746","email_id":"Alvah.Sawayn2@yahoo.com","dop":"2000-01-31","serial_number":"10791733456393","imei1":"10791733456393","imei2":"10791733456393","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176839,"job_number":"JOB_176839","tr_customer_id":176856,"tr_customer_product_id":176846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:58.000Z","modified_at":"2026-02-04T06:54:58.000Z","name":"Garnet McDermott","mobile_number":"664-908-1779","email_id":"Dudley_Strosin@yahoo.com","dop":"2025-04-06","serial_number":"19389872233651690","imei1":"19389872233651690","imei2":"19389872233651690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176838,"job_number":"JOB_176838","tr_customer_id":176855,"tr_customer_product_id":176845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:56.000Z","modified_at":"2026-02-04T06:55:35.000Z","name":"Coralie Ziemann","mobile_number":"561-505-2613","email_id":"Richmond_Monahan@yahoo.com","dop":"2025-04-06","serial_number":"19481917318387","imei1":"19481917318387","imei2":"19481917318387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176837,"job_number":"JOB_176837","tr_customer_id":176854,"tr_customer_product_id":176844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:56.000Z","modified_at":"2026-02-04T06:54:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15450305710266","imei1":"15450305710266","imei2":"15450305710266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176835,"job_number":"JOB_176835","tr_customer_id":176852,"tr_customer_product_id":176842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:33.000Z","modified_at":"2026-02-04T06:55:12.000Z","name":"Amely Quigley","mobile_number":"442-284-1442","email_id":"Newton.Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10179817101820","imei1":"10179817101820","imei2":"10179817101820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176833,"job_number":"JOB_176833","tr_customer_id":176850,"tr_customer_product_id":176840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:28.000Z","modified_at":"2026-02-04T06:54:28.000Z","name":"Moshe Wisoky","mobile_number":"884-899-5463","email_id":"Theo85@yahoo.com","dop":"2025-04-06","serial_number":"14077937882959564","imei1":"14077937882959564","imei2":"14077937882959564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176832,"job_number":"JOB_176832","tr_customer_id":176849,"tr_customer_product_id":176839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:26.000Z","modified_at":"2026-02-04T06:55:04.000Z","name":"Gaetano Cummings","mobile_number":"965-953-2123","email_id":"Cleve88@yahoo.com","dop":"2025-04-06","serial_number":"15237319646272","imei1":"15237319646272","imei2":"15237319646272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176831,"job_number":"JOB_176831","tr_customer_id":176848,"tr_customer_product_id":176838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:26.000Z","modified_at":"2026-02-04T06:54:26.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10358783354710","imei1":"10358783354710","imei2":"10358783354710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176830,"job_number":"JOB_176830","tr_customer_id":176847,"tr_customer_product_id":176837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:12.000Z","modified_at":"2026-02-04T06:54:12.000Z","name":"Elaina Ondricka","mobile_number":"957-757-0898","email_id":"Lexus92@gmail.com","dop":"2025-04-06","serial_number":"16882268492996790","imei1":"16882268492996790","imei2":"16882268492996790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176829,"job_number":"JOB_176829","tr_customer_id":176846,"tr_customer_product_id":176836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:11.000Z","modified_at":"2026-02-04T06:54:11.000Z","name":"Vivianne Lindgren","mobile_number":"822-982-3785","email_id":"Ian.Goodwin86@gmail.com","dop":"2025-04-06","serial_number":"14405932654558460","imei1":"14405932654558460","imei2":"14405932654558460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176828,"job_number":"JOB_176828","tr_customer_id":176845,"tr_customer_product_id":176835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:48.000Z","name":"Carolanne Schiller","mobile_number":"617-911-1955","email_id":"Garrison72@yahoo.com","dop":"2025-04-06","serial_number":"13659352219816","imei1":"13659352219816","imei2":"13659352219816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176827,"job_number":"JOB_176827","tr_customer_id":176844,"tr_customer_product_id":176834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18719836617783","imei1":"18719836617783","imei2":"18719836617783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176826,"job_number":"JOB_176826","tr_customer_id":176843,"tr_customer_product_id":176833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:49.000Z","name":"Rigoberto Davis","mobile_number":"585-931-2247","email_id":"Damon13@yahoo.com","dop":"2025-04-06","serial_number":"17012921716077","imei1":"17012921716077","imei2":"17012921716077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176825,"job_number":"JOB_176825","tr_customer_id":176842,"tr_customer_product_id":176832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:09.000Z","modified_at":"2026-02-04T06:54:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256882178155","imei1":"18256882178155","imei2":"18256882178155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176823,"job_number":"JOB_176823","tr_customer_id":176840,"tr_customer_product_id":176830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:45.000Z","modified_at":"2026-02-04T06:54:25.000Z","name":"Elinor Huel","mobile_number":"925-870-5470","email_id":"Santa.Gutkowski@hotmail.com","dop":"2000-01-31","serial_number":"10921469195373","imei1":"10921469195373","imei2":"10921469195373","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176821,"job_number":"JOB_176821","tr_customer_id":176838,"tr_customer_product_id":176828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:42.000Z","modified_at":"2026-02-04T06:53:42.000Z","name":"Dangelo Daugherty","mobile_number":"971-243-9069","email_id":"Dariana_Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"12358207551006692","imei1":"12358207551006692","imei2":"12358207551006692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176820,"job_number":"JOB_176820","tr_customer_id":176837,"tr_customer_product_id":176827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:41.000Z","modified_at":"2026-02-04T06:54:19.000Z","name":"Mariane Hilpert","mobile_number":"881-972-3211","email_id":"Diego_Heidenreich91@hotmail.com","dop":"2025-04-06","serial_number":"18877928849136","imei1":"18877928849136","imei2":"18877928849136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176819,"job_number":"JOB_176819","tr_customer_id":176836,"tr_customer_product_id":176826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:40.000Z","modified_at":"2026-02-04T06:53:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10471178019657","imei1":"10471178019657","imei2":"10471178019657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176818,"job_number":"JOB_176818","tr_customer_id":176835,"tr_customer_product_id":176825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:26.000Z","modified_at":"2026-02-04T06:53:26.000Z","name":"Mozelle Beier","mobile_number":"304-716-3783","email_id":"Norris_Gleichner91@gmail.com","dop":"2025-04-06","serial_number":"11211919554825276","imei1":"11211919554825276","imei2":"11211919554825276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176817,"job_number":"JOB_176817","tr_customer_id":176834,"tr_customer_product_id":176824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:25.000Z","modified_at":"2026-02-04T06:54:03.000Z","name":"Dario Bechtelar","mobile_number":"853-861-2010","email_id":"Dina_Hessel31@gmail.com","dop":"2025-04-06","serial_number":"16560041388152","imei1":"16560041388152","imei2":"16560041388152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176816,"job_number":"JOB_176816","tr_customer_id":176833,"tr_customer_product_id":176823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:25.000Z","modified_at":"2026-02-04T06:53:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14841969951716","imei1":"14841969951716","imei2":"14841969951716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176814,"job_number":"JOB_176814","tr_customer_id":176831,"tr_customer_product_id":176821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:57.000Z","modified_at":"2026-02-04T06:53:37.000Z","name":"Dwight Cummerata","mobile_number":"996-948-4620","email_id":"Derick18@gmail.com","dop":"2000-01-31","serial_number":"10835669817075","imei1":"10835669817075","imei2":"10835669817075","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176812,"job_number":"JOB_176812","tr_customer_id":176829,"tr_customer_product_id":176819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:56.000Z","modified_at":"2026-02-04T06:52:56.000Z","name":"Louie Johnson","mobile_number":"754-316-4928","email_id":"Bert49@gmail.com","dop":"2025-04-06","serial_number":"11866253342877496","imei1":"11866253342877496","imei2":"11866253342877496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176811,"job_number":"JOB_176811","tr_customer_id":176828,"tr_customer_product_id":176818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:55.000Z","modified_at":"2026-02-04T06:53:33.000Z","name":"Onie Pouros","mobile_number":"328-720-9300","email_id":"Claire_Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"15830165318909","imei1":"15830165318909","imei2":"15830165318909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176810,"job_number":"JOB_176810","tr_customer_id":176827,"tr_customer_product_id":176817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:54.000Z","modified_at":"2026-02-04T06:52:54.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17634599089101","imei1":"17634599089101","imei2":"17634599089101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176809,"job_number":"JOB_176809","tr_customer_id":176826,"tr_customer_product_id":176816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:40.000Z","modified_at":"2026-02-04T06:52:40.000Z","name":"Cortney McCullough","mobile_number":"277-698-1518","email_id":"Burnice.Ledner@hotmail.com","dop":"2025-04-06","serial_number":"15883677345820860","imei1":"15883677345820860","imei2":"15883677345820860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176808,"job_number":"JOB_176808","tr_customer_id":176825,"tr_customer_product_id":176815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:39.000Z","modified_at":"2026-02-04T06:53:17.000Z","name":"Daren White","mobile_number":"944-529-1698","email_id":"Melyna_Jenkins37@hotmail.com","dop":"2025-04-06","serial_number":"13807047697011","imei1":"13807047697011","imei2":"13807047697011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176807,"job_number":"JOB_176807","tr_customer_id":176824,"tr_customer_product_id":176814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:38.000Z","modified_at":"2026-02-04T06:52:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151415031528","imei1":"18151415031528","imei2":"18151415031528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176806,"job_number":"JOB_176806","tr_customer_id":176823,"tr_customer_product_id":176813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:51:19.000Z","modified_at":"2026-02-04T06:51:19.000Z","name":"Orville Oberbrunner","mobile_number":"251-275-9641","email_id":"Maximillia_Lemke57@hotmail.com","dop":"2025-04-06","serial_number":"11034218713316172","imei1":"11034218713316172","imei2":"11034218713316172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176805,"job_number":"JOB_176805","tr_customer_id":176822,"tr_customer_product_id":176812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:51:17.000Z","modified_at":"2026-02-04T06:51:52.000Z","name":"Dagmar Schaden","mobile_number":"831-463-3100","email_id":"Constantin.Batz60@yahoo.com","dop":"2025-04-06","serial_number":"19266403935221","imei1":"19266403935221","imei2":"19266403935221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176804,"job_number":"JOB_176804","tr_customer_id":176821,"tr_customer_product_id":176811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:01.000Z","modified_at":"2026-02-04T06:47:01.000Z","name":"Lonnie Kreiger","mobile_number":"718-513-4450","email_id":"Hiram_Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15398767579700470","imei1":"15398767579700470","imei2":"15398767579700470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176803,"job_number":"JOB_176803","tr_customer_id":176820,"tr_customer_product_id":176810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:00.000Z","modified_at":"2026-02-04T06:47:40.000Z","name":"Craig Schultz","mobile_number":"409-434-8671","email_id":"Suzanne_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"10831828358942","imei1":"10831828358942","imei2":"10831828358942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176802,"job_number":"JOB_176802","tr_customer_id":176819,"tr_customer_product_id":176809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:00.000Z","modified_at":"2026-02-04T06:47:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13263622890391","imei1":"13263622890391","imei2":"13263622890391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176801,"job_number":"JOB_176801","tr_customer_id":176818,"tr_customer_product_id":176808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:14.000Z","modified_at":"2026-02-04T06:46:14.000Z","name":"Meaghan Ritchie","mobile_number":"485-258-6316","email_id":"Bernadine.Walter@gmail.com","dop":"2025-04-06","serial_number":"13436115505015792","imei1":"13436115505015792","imei2":"13436115505015792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176800,"job_number":"JOB_176800","tr_customer_id":176817,"tr_customer_product_id":176807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:12.000Z","modified_at":"2026-02-04T06:46:52.000Z","name":"Moriah Jaskolski","mobile_number":"838-388-5298","email_id":"Kraig75@hotmail.com","dop":"2025-04-06","serial_number":"17632049648976","imei1":"17632049648976","imei2":"17632049648976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176799,"job_number":"JOB_176799","tr_customer_id":176816,"tr_customer_product_id":176806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:12.000Z","modified_at":"2026-02-04T06:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17022391708038","imei1":"17022391708038","imei2":"17022391708038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176798,"job_number":"JOB_176798","tr_customer_id":176815,"tr_customer_product_id":176805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:25.000Z","modified_at":"2026-02-04T06:45:25.000Z","name":"Thaddeus Klocko","mobile_number":"614-774-7085","email_id":"Candice_Leannon5@gmail.com","dop":"2025-04-06","serial_number":"10603913660394586","imei1":"10603913660394586","imei2":"10603913660394586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176797,"job_number":"JOB_176797","tr_customer_id":176814,"tr_customer_product_id":176804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:24.000Z","modified_at":"2026-02-04T06:46:04.000Z","name":"Ivory Mayer","mobile_number":"948-657-6725","email_id":"Vito77@gmail.com","dop":"2025-04-06","serial_number":"19725127540830","imei1":"19725127540830","imei2":"19725127540830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176796,"job_number":"JOB_176796","tr_customer_id":176813,"tr_customer_product_id":176803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:24.000Z","modified_at":"2026-02-04T06:45:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16344315738281","imei1":"16344315738281","imei2":"16344315738281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176794,"job_number":"JOB_176794","tr_customer_id":176811,"tr_customer_product_id":176801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:18.000Z","modified_at":"2026-02-04T06:44:18.000Z","name":"Kennith Koch","mobile_number":"523-739-2558","email_id":"Pietro57@gmail.com","dop":"2025-04-06","serial_number":"16310320333621812","imei1":"16310320333621812","imei2":"16310320333621812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176793,"job_number":"JOB_176793","tr_customer_id":176810,"tr_customer_product_id":176800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:17.000Z","modified_at":"2026-02-04T06:44:56.000Z","name":"Haley McClure","mobile_number":"875-886-3894","email_id":"Cecile_Jones@yahoo.com","dop":"2025-04-06","serial_number":"16343064722333","imei1":"16343064722333","imei2":"16343064722333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:44:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176792,"job_number":"JOB_176792","tr_customer_id":176809,"tr_customer_product_id":176799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:16.000Z","modified_at":"2026-02-04T06:44:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12718590534378","imei1":"12718590534378","imei2":"12718590534378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176791,"job_number":"JOB_176791","tr_customer_id":176808,"tr_customer_product_id":176798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:30.000Z","modified_at":"2026-02-04T06:43:30.000Z","name":"Arthur Terry","mobile_number":"821-964-7596","email_id":"Rosetta.Quitzon41@gmail.com","dop":"2025-04-06","serial_number":"12054773676001446","imei1":"12054773676001446","imei2":"12054773676001446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176790,"job_number":"JOB_176790","tr_customer_id":176807,"tr_customer_product_id":176797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:29.000Z","modified_at":"2026-02-04T06:44:09.000Z","name":"Hassie Dicki","mobile_number":"819-841-9859","email_id":"Cristina88@yahoo.com","dop":"2025-04-06","serial_number":"19739573208613","imei1":"19739573208613","imei2":"19739573208613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176789,"job_number":"JOB_176789","tr_customer_id":176806,"tr_customer_product_id":176796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:29.000Z","modified_at":"2026-02-04T06:43:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17881802168912","imei1":"17881802168912","imei2":"17881802168912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176788,"job_number":"JOB_176788","tr_customer_id":176805,"tr_customer_product_id":176795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:42.000Z","modified_at":"2026-02-04T06:42:42.000Z","name":"Jarrod Boyle","mobile_number":"913-200-2831","email_id":"Keven.Barton@yahoo.com","dop":"2025-04-06","serial_number":"18173978254419480","imei1":"18173978254419480","imei2":"18173978254419480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176787,"job_number":"JOB_176787","tr_customer_id":176804,"tr_customer_product_id":176794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:41.000Z","modified_at":"2026-02-04T06:43:21.000Z","name":"William Kilback","mobile_number":"883-319-8305","email_id":"Hector_Nitzsche@gmail.com","dop":"2025-04-06","serial_number":"18626509595510","imei1":"18626509595510","imei2":"18626509595510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176786,"job_number":"JOB_176786","tr_customer_id":176803,"tr_customer_product_id":176793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:40.000Z","modified_at":"2026-02-04T06:42:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16222102474690","imei1":"16222102474690","imei2":"16222102474690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176785,"job_number":"JOB_176785","tr_customer_id":176802,"tr_customer_product_id":176792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:11.000Z","modified_at":"2026-02-04T06:42:11.000Z","name":"Stephanie Mraz","mobile_number":"472-216-4112","email_id":"Jeramie.Nitzsche28@hotmail.com","dop":"2025-04-06","serial_number":"16938855388452676","imei1":"16938855388452676","imei2":"16938855388452676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176784,"job_number":"JOB_176784","tr_customer_id":176801,"tr_customer_product_id":176791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:10.000Z","modified_at":"2026-02-04T06:42:49.000Z","name":"Samson Williamson","mobile_number":"601-988-4325","email_id":"Andre_Carter14@yahoo.com","dop":"2025-04-06","serial_number":"11657576181584","imei1":"11657576181584","imei2":"11657576181584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176783,"job_number":"JOB_176783","tr_customer_id":176800,"tr_customer_product_id":176790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:09.000Z","modified_at":"2026-02-04T06:42:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19026898101899","imei1":"19026898101899","imei2":"19026898101899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176782,"job_number":"JOB_176782","tr_customer_id":176799,"tr_customer_product_id":176789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:24.000Z","modified_at":"2026-02-04T06:41:24.000Z","name":"Charles Schumm","mobile_number":"660-573-6891","email_id":"Stone9@gmail.com","dop":"2025-04-06","serial_number":"18172260366394136","imei1":"18172260366394136","imei2":"18172260366394136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176781,"job_number":"JOB_176781","tr_customer_id":176798,"tr_customer_product_id":176788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:22.000Z","modified_at":"2026-02-04T06:42:02.000Z","name":"Noe Fadel","mobile_number":"245-862-7049","email_id":"Dena_Sipes@yahoo.com","dop":"2025-04-06","serial_number":"17991526948188","imei1":"17991526948188","imei2":"17991526948188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176780,"job_number":"JOB_176780","tr_customer_id":176797,"tr_customer_product_id":176787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:22.000Z","modified_at":"2026-02-04T06:41:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15697703473341","imei1":"15697703473341","imei2":"15697703473341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176779,"job_number":"JOB_176779","tr_customer_id":176796,"tr_customer_product_id":176786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:35.000Z","modified_at":"2026-02-04T06:40:35.000Z","name":"Anne Kohler","mobile_number":"646-276-5323","email_id":"Giuseppe99@gmail.com","dop":"2025-04-06","serial_number":"10122348091235562","imei1":"10122348091235562","imei2":"10122348091235562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176778,"job_number":"JOB_176778","tr_customer_id":176795,"tr_customer_product_id":176785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:34.000Z","modified_at":"2026-02-04T06:41:14.000Z","name":"Lorine Gulgowski","mobile_number":"578-776-1552","email_id":"Lyla.Romaguera60@gmail.com","dop":"2025-04-06","serial_number":"13039619133277","imei1":"13039619133277","imei2":"13039619133277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176777,"job_number":"JOB_176777","tr_customer_id":176794,"tr_customer_product_id":176784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:34.000Z","modified_at":"2026-02-04T06:40:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11306483055780","imei1":"11306483055780","imei2":"11306483055780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176776,"job_number":"JOB_176776","tr_customer_id":176793,"tr_customer_product_id":176783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:09.000Z","modified_at":"2026-02-04T06:40:09.000Z","name":"Jean Strosin","mobile_number":"774-797-4342","email_id":"Adolph84@hotmail.com","dop":"2025-06-18","serial_number":"1008346859110637","imei1":"1008346859110637","imei2":"1008346859110637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176775,"job_number":"JOB_176775","tr_customer_id":176792,"tr_customer_product_id":176782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:08.000Z","modified_at":"2026-02-04T06:40:50.000Z","name":"Cyrus Stroman","mobile_number":"972-684-6193","email_id":"Kathleen77@hotmail.com","dop":"2025-06-18","serial_number":"10207415943222","imei1":"10207415943222","imei2":"10207415943222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176774,"job_number":"JOB_176774","tr_customer_id":176791,"tr_customer_product_id":176781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:08.000Z","modified_at":"2026-02-04T06:40:08.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10136622504324","imei1":"10136622504324","imei2":"10136622504324","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176773,"job_number":"JOB_176773","tr_customer_id":176790,"tr_customer_product_id":176780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:22.000Z","modified_at":"2026-02-04T06:39:22.000Z","name":"Winnifred McLaughlin","mobile_number":"286-474-9357","email_id":"Elvie.Weissnat36@hotmail.com","dop":"2025-04-06","serial_number":"13213865836896608","imei1":"13213865836896608","imei2":"13213865836896608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176772,"job_number":"JOB_176772","tr_customer_id":176789,"tr_customer_product_id":176779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:20.000Z","modified_at":"2026-02-04T06:40:04.000Z","name":"Colleen Murazik","mobile_number":"938-339-7309","email_id":"Sonny98@hotmail.com","dop":"2025-04-06","serial_number":"19040000679011","imei1":"19040000679011","imei2":"19040000679011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176771,"job_number":"JOB_176771","tr_customer_id":176788,"tr_customer_product_id":176778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:17.000Z","modified_at":"2026-02-04T06:39:17.000Z","name":"Meda Morar","mobile_number":"649-864-4917","email_id":"Hadley.Brown92@yahoo.com","dop":"2025-06-18","serial_number":"1088488536829495","imei1":"1088488536829495","imei2":"1088488536829495","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176770,"job_number":"JOB_176770","tr_customer_id":176787,"tr_customer_product_id":176777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:17.000Z","modified_at":"2026-02-04T06:40:00.000Z","name":"Adolf Kutch","mobile_number":"616-412-4306","email_id":"Fern_Crist@hotmail.com","dop":"2025-06-18","serial_number":"10568280541578","imei1":"10568280541578","imei2":"10568280541578","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176769,"job_number":"JOB_176769","tr_customer_id":176786,"tr_customer_product_id":176776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:16.000Z","modified_at":"2026-02-04T06:39:16.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10556773782240","imei1":"10556773782240","imei2":"10556773782240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176768,"job_number":"JOB_176768","tr_customer_id":176785,"tr_customer_product_id":176775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:04.000Z","modified_at":"2026-02-04T06:39:44.000Z","name":"Georgianna Luettgen","mobile_number":"375-303-3647","email_id":"Shirley58@hotmail.com","dop":"2025-12-31","serial_number":"102617704348035","imei1":"102617704348035","imei2":"102617704348035","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176767,"job_number":"JOB_176767","tr_customer_id":176784,"tr_customer_product_id":176774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:03.000Z","modified_at":"2026-02-04T06:39:03.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104838426111240","imei1":"104838426111240","imei2":"104838426111240","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176763,"job_number":"JOB_176763","tr_customer_id":176780,"tr_customer_product_id":176770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:15.000Z","modified_at":"2026-02-04T06:38:55.000Z","name":"Lila Swift","mobile_number":"422-450-3027","email_id":"Annalise40@yahoo.com","dop":"2025-12-31","serial_number":"103915271697607","imei1":"103915271697607","imei2":"103915271697607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176762,"job_number":"JOB_176762","tr_customer_id":176779,"tr_customer_product_id":176769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:14.000Z","modified_at":"2026-02-04T06:38:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105808998409499","imei1":"105808998409499","imei2":"105808998409499","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176761,"job_number":"JOB_176761","tr_customer_id":176778,"tr_customer_product_id":176768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:40.000Z","modified_at":"2026-02-04T06:37:40.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000671917300","imei1":"10000671017301","imei2":"10000061817302","popurl":"2026-01-25T06:37:40.004938Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176757,"job_number":"JOB_176757","tr_customer_id":176774,"tr_customer_product_id":176764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:26.000Z","modified_at":"2026-02-04T06:38:06.000Z","name":"Carlotta Carter","mobile_number":"218-907-9362","email_id":"Ardith19@hotmail.com","dop":"2025-12-31","serial_number":"101713119363134","imei1":"101713119363134","imei2":"101713119363134","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176756,"job_number":"JOB_176756","tr_customer_id":176773,"tr_customer_product_id":176763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:25.000Z","modified_at":"2026-02-04T06:37:25.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109467452676855","imei1":"109467452676855","imei2":"109467452676855","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176749,"job_number":"JOB_176749","tr_customer_id":176766,"tr_customer_product_id":176756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:35:15.000Z","modified_at":"2026-02-04T06:35:15.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000571917300","imei1":"10000571017301","imei2":"10000051817302","popurl":"2026-01-25T06:35:15.339250600Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:35:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176842,"job_number":"JOB_176842","tr_customer_id":176859,"tr_customer_product_id":176849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:22.000Z","modified_at":"2026-02-04T06:55:22.000Z","name":"Dejah Larson","mobile_number":"389-660-4246","email_id":"Julian57@hotmail.com","dop":"2000-01-31","serial_number":"1090969720614131","imei1":"1090969720614131","imei2":"1090969720614131","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176840,"job_number":"JOB_176840","tr_customer_id":176857,"tr_customer_product_id":176847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:20.000Z","modified_at":"2026-02-04T06:55:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10746505687117","imei1":"10746505687117","imei2":"10746505687117","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176836,"job_number":"JOB_176836","tr_customer_id":176853,"tr_customer_product_id":176843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:34.000Z","modified_at":"2026-02-04T06:54:34.000Z","name":"Mose Parker","mobile_number":"608-750-3577","email_id":"Tamia_Will@hotmail.com","dop":"2000-01-31","serial_number":"1060387238021366","imei1":"1060387238021366","imei2":"1060387238021366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176834,"job_number":"JOB_176834","tr_customer_id":176851,"tr_customer_product_id":176841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:33.000Z","modified_at":"2026-02-04T06:54:33.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10563331625426","imei1":"10563331625426","imei2":"10563331625426","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176824,"job_number":"JOB_176824","tr_customer_id":176841,"tr_customer_product_id":176831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:47.000Z","modified_at":"2026-02-04T06:53:47.000Z","name":"Mariah Carter","mobile_number":"824-705-2807","email_id":"Cleora.Bradtke41@hotmail.com","dop":"2000-01-31","serial_number":"1028803083099077","imei1":"1028803083099077","imei2":"1028803083099077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176822,"job_number":"JOB_176822","tr_customer_id":176839,"tr_customer_product_id":176829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:45.000Z","modified_at":"2026-02-04T06:53:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10108026856736","imei1":"10108026856736","imei2":"10108026856736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176815,"job_number":"JOB_176815","tr_customer_id":176832,"tr_customer_product_id":176822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:59.000Z","modified_at":"2026-02-04T06:52:59.000Z","name":"Misty Dietrich","mobile_number":"685-216-0613","email_id":"Van64@hotmail.com","dop":"2000-01-31","serial_number":"1037913115591944","imei1":"1037913115591944","imei2":"1037913115591944","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176813,"job_number":"JOB_176813","tr_customer_id":176830,"tr_customer_product_id":176820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:57.000Z","modified_at":"2026-02-04T06:52:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10905456111216","imei1":"10905456111216","imei2":"10905456111216","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
NamePassedFailedSkipped
Verify Expired Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 31B

Test Pass Percentage
33 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f21b75c8-5b28-44d4-b23a-bf0b800d69a9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 33
Request Body
{
            "details_key": "qwerty"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Verify response payload don't contain message as success 0 1 0
Verify response payload should be an empty array 1 0 0
Total 1 2 0
Test Failures
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 200
Verify response payload don't contain message as success
expected { message: 'Success', data: [] } to not have property 'message'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 1018B

Test Pass Percentage
96 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 52d0a5c6-39b6-4410-a6ba-caa735a7bc48
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_177093"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1018
ETag W/"3fa-Tr8sJJIM/DJSLC04DuKHo0/pg0I"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:57:57.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Status code should be 200 OK 1 0 0
Response message should be 'Success' 1 0 0
Response time should be under 200 ms 0 1 0
Response data should be an array with exactly 1 matching job object 1 0 0
Verify the job number in response should match: JOB_177093 1 0 0
Response data should contain property: id 1 0 0
Response data should contain property: job_number 1 0 0
Response data should contain property: name 1 0 0
Response data should contain property: mobile_number 1 0 0
Response data should contain property: email_id 1 0 0
Response data should contain property: dop 1 0 0
Response data should contain property: serial_number 1 0 0
Response data should contain property: imei1 1 0 0
Response data should contain property: imei2 1 0 0
Response data should contain property: mst_platform_name 1 0 0
Response data should contain property: mst_oem_name 1 0 0
Response data should contain property: mst_action_status 1 0 0
Verify job_number (starts with "JOB_") 1 0 0
Validate timestamps: created_at, modified_at are valid ISO date strings 1 0 0
Verify IMEINumber is correct 1 0 0
Verify Name is correct 1 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Total 22 1 0
Test Failure
Test NameAssertion Error
Response time should be under 200 ms
expected 308 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 280ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a65ce02-85e8-47cb-8221-002843562c92
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_177093"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 283ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c9a2a08-b41c-46b3-a503-6cbf7b09f8c6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_177093"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns 403 Forbidden 0 2 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 31B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 274bfac7-3465-4310-a6aa-3f68d1ad8832
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 35
Request Body
{
            "searchText": "JOB_10110"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid job number returns 200 1 0 0
Verify Invalid job number returns an empty array 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 124B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 618aa874-a157-4816-96a9-479f064a986b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "searchText": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 124
ETag W/"7c-5Xt/iGKv2NVRKlpfyYGJwghP0yw"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"searchText\" is not allowed to be empty","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Empty searchText Returns 400 Bad Request 0 1 0
Verify message is: "searchText" is not allowed to be empty 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify Empty searchText Returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_177093
Response Information
Response Code: 200 - OK
Mean time per request: 317ms
Mean size per request: 1.53KB

Test Pass Percentage
97 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 917f5a13-350d-497a-81ec-a5a5b70409a2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61d-TUfhcTB+UswCvFmKCS3UjBwPitI"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:57:57.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":675604,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-04T13:57:57.000Z","created_at":"2026-02-04T13:57:57.000Z"},{"id":675605,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-04T13:57:57.000Z","created_at":"2026-02-04T13:57:57.000Z"}],"problems":[{"id":161976,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T13:57:57.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify Message is ' Success' 1 0 0
Response time is under 200 ms 0 1 0
Job number matches the request 1 0 0
Verify json response contains key: id 1 0 0
Verify json response contains key: job_number 1 0 0
Verify json response contains key: name 1 0 0
Verify json response contains key: mobile_number 1 0 0
Verify json response contains key: email_id 1 0 0
Verify json response contains key: mst_model_name 1 0 0
Verify json response contains key: mst_oem_name 1 0 0
Verify json response contains key: tr_customer_id 1 0 0
Verify json response contains key: serial_number 1 0 0
Verify json response contains key: imei1 1 0 0
Verify json response contains key: details 1 0 0
Verify json response contains key: problems 1 0 0
Verify Quotations is an array (can be empty) 1 0 0
Details array contains history with proper status transitions 3 0 0
Details array contains mandatory properties 2 0 0
Verify problems array contains at least one problem with correct structure 1 0 0
Verify customer id is correct 3 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Verify imei number is correct 1 0 0
Total 28 1 0
Test Failure
Test NameAssertion Error
Response time is under 200 ms
expected 317 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_177093
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 280ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0f7cf51-d90a-4002-a268-149fb718ee8e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing Authorization token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_177093
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 282ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9625c89f-88f0-49af-a05e-9397a87d25a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Authorization token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_177093
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 1.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bab42a09-8000-42fc-8c34-de862fc81cb9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61d-TUfhcTB+UswCvFmKCS3UjBwPitI"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:57:57.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":675604,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-04T13:57:57.000Z","created_at":"2026-02-04T13:57:57.000Z"},{"id":675605,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-04T13:57:57.000Z","created_at":"2026-02-04T13:57:57.000Z"}],"problems":[{"id":161976,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T13:57:57.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Expired Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Authorization token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_909810
Response Information
Response Code: 200 - OK
Mean time per request: 315ms
Mean size per request: 33B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da41d308-8cbf-49fd-95af-950df9719918
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Invalid Job Number (Non-existent) will return 200 OK 1 0 0
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar 0 1 0
Verify Invalid Job Number (Non-existent) will return data as null or empty array 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar
expected 'Success' to deeply equal 'No record found'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/909810
Response Information
Response Code: 200 - OK
Mean time per request: 320ms
Mean size per request: 33B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 08cfc13b-faff-4d7d-862f-f9c3731e3140
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 400 Bad Request 0 1 0
Verify Malformed Job Number will return Message as "Invalid job number format" or similar 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Malformed Job Number will return 400 Bad Request
expected response to have status code 400 but got 200
Verify Malformed Job Number will return Message as "Invalid job number format" or similar
expected 'Success' to deeply equal 'Invalid job number format'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/
Response Information
Response Code: 404 - Not Found
Mean time per request: 281ms
Mean size per request: 26B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 91679cee-b09f-435d-8b9e-594d58ee7a63
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 404 Not Found 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_177093
Response Information
Response Code: 404 - Not Found
Mean time per request: 280ms
Mean size per request: 26B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0NzJ9.v-FKncXJB8WV-GxkpyeuvXF0FUQ9Wod-VEaMeHMdksg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be13d554-327d-4d6c-b415-0daeb2ee1f72
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 405 Method Not Allowed 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Malformed Job Number will return 405 Method Not Allowed
expected response to have status code 405 but got 404
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 698B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dc952ce8-258f-421d-88d8-e4f5e9dc74d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-gBrXgeB5CQFMX9dkdmWUwOk5XnY"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0ODh9.NhdgimgcdialavGCoxprdxo9L-PEJOKUetUG7TlPDnM"}}
Test Information
NamePassedFailedSkipped
Verify Status code returned is 200 OK 1 0 0
Verify Response time is less than 200ms 0 1 0
Verify Message should be 'Success' 1 0 0
Verify Authorization Token is valid 1 0 0
Verify response follows defined schema 1 0 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify Response time is less than 200ms
expected 284 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 283ms
Mean size per request: 111B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c77956ed-c282-4821-b887-f5f2dff1560f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 61
Request Body
{
            "username": "Pritish",
            "password": "Test@1234"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Invalid Credentials will return 401 Unauthorized 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Credentials will return 401 Unauthorized
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 281ms
Mean size per request: 98B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2417064c-c284-499d-8d1b-1f1e8aa47ff6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Blank Credentials will return 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Blank Credentials will return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0ODh9.NhdgimgcdialavGCoxprdxo9L-PEJOKUetUG7TlPDnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token af928dcc-f51a-47a3-a4d8-8067b127e6d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-vhzn+FVEPT1FEyr2SOSPSYEkt50"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 345ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0ODh9.NhdgimgcdialavGCoxprdxo9L-PEJOKUetUG7TlPDnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9956b58e-163b-4e64-91fd-494d9c3a7644
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-d3cedSmHV9G+eWmdF4yChNXAThI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":475},{"label":"Pending for repair","key":"pending_for_repair","count":3},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 379ms
Mean size per request: 461.59KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0ODh9.NhdgimgcdialavGCoxprdxo9L-PEJOKUetUG7TlPDnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36b44982-a7d0-48c3-86fa-0fb99c84b2ec
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7365c-+KsMHP9X3Wd/xL6Pa83E2MKcf6A"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176749,"job_number":"JOB_176749","tr_customer_id":176766,"tr_customer_product_id":176756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:35:15.000Z","modified_at":"2026-02-04T06:35:15.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000571917300","imei1":"10000571017301","imei2":"10000051817302","popurl":"2026-01-25T06:35:15.339250600Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:35:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176756,"job_number":"JOB_176756","tr_customer_id":176773,"tr_customer_product_id":176763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:25.000Z","modified_at":"2026-02-04T06:37:25.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109467452676855","imei1":"109467452676855","imei2":"109467452676855","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176761,"job_number":"JOB_176761","tr_customer_id":176778,"tr_customer_product_id":176768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:40.000Z","modified_at":"2026-02-04T06:37:40.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000671917300","imei1":"10000671017301","imei2":"10000061817302","popurl":"2026-01-25T06:37:40.004938Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176762,"job_number":"JOB_176762","tr_customer_id":176779,"tr_customer_product_id":176769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:14.000Z","modified_at":"2026-02-04T06:38:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105808998409499","imei1":"105808998409499","imei2":"105808998409499","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176767,"job_number":"JOB_176767","tr_customer_id":176784,"tr_customer_product_id":176774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:03.000Z","modified_at":"2026-02-04T06:39:03.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104838426111240","imei1":"104838426111240","imei2":"104838426111240","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176769,"job_number":"JOB_176769","tr_customer_id":176786,"tr_customer_product_id":176776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:16.000Z","modified_at":"2026-02-04T06:39:16.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10556773782240","imei1":"10556773782240","imei2":"10556773782240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176771,"job_number":"JOB_176771","tr_customer_id":176788,"tr_customer_product_id":176778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:17.000Z","modified_at":"2026-02-04T06:39:17.000Z","name":"Meda Morar","mobile_number":"649-864-4917","email_id":"Hadley.Brown92@yahoo.com","dop":"2025-06-18","serial_number":"1088488536829495","imei1":"1088488536829495","imei2":"1088488536829495","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176773,"job_number":"JOB_176773","tr_customer_id":176790,"tr_customer_product_id":176780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:22.000Z","modified_at":"2026-02-04T06:39:22.000Z","name":"Winnifred McLaughlin","mobile_number":"286-474-9357","email_id":"Elvie.Weissnat36@hotmail.com","dop":"2025-04-06","serial_number":"13213865836896608","imei1":"13213865836896608","imei2":"13213865836896608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176774,"job_number":"JOB_176774","tr_customer_id":176791,"tr_customer_product_id":176781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:08.000Z","modified_at":"2026-02-04T06:40:08.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10136622504324","imei1":"10136622504324","imei2":"10136622504324","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176776,"job_number":"JOB_176776","tr_customer_id":176793,"tr_customer_product_id":176783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:09.000Z","modified_at":"2026-02-04T06:40:09.000Z","name":"Jean Strosin","mobile_number":"774-797-4342","email_id":"Adolph84@hotmail.com","dop":"2025-06-18","serial_number":"1008346859110637","imei1":"1008346859110637","imei2":"1008346859110637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176777,"job_number":"JOB_176777","tr_customer_id":176794,"tr_customer_product_id":176784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:34.000Z","modified_at":"2026-02-04T06:40:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11306483055780","imei1":"11306483055780","imei2":"11306483055780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176779,"job_number":"JOB_176779","tr_customer_id":176796,"tr_customer_product_id":176786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:35.000Z","modified_at":"2026-02-04T06:40:35.000Z","name":"Anne Kohler","mobile_number":"646-276-5323","email_id":"Giuseppe99@gmail.com","dop":"2025-04-06","serial_number":"10122348091235562","imei1":"10122348091235562","imei2":"10122348091235562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176780,"job_number":"JOB_176780","tr_customer_id":176797,"tr_customer_product_id":176787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:22.000Z","modified_at":"2026-02-04T06:41:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15697703473341","imei1":"15697703473341","imei2":"15697703473341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176782,"job_number":"JOB_176782","tr_customer_id":176799,"tr_customer_product_id":176789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:24.000Z","modified_at":"2026-02-04T06:41:24.000Z","name":"Charles Schumm","mobile_number":"660-573-6891","email_id":"Stone9@gmail.com","dop":"2025-04-06","serial_number":"18172260366394136","imei1":"18172260366394136","imei2":"18172260366394136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176783,"job_number":"JOB_176783","tr_customer_id":176800,"tr_customer_product_id":176790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:09.000Z","modified_at":"2026-02-04T06:42:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19026898101899","imei1":"19026898101899","imei2":"19026898101899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176785,"job_number":"JOB_176785","tr_customer_id":176802,"tr_customer_product_id":176792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:11.000Z","modified_at":"2026-02-04T06:42:11.000Z","name":"Stephanie Mraz","mobile_number":"472-216-4112","email_id":"Jeramie.Nitzsche28@hotmail.com","dop":"2025-04-06","serial_number":"16938855388452676","imei1":"16938855388452676","imei2":"16938855388452676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176786,"job_number":"JOB_176786","tr_customer_id":176803,"tr_customer_product_id":176793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:40.000Z","modified_at":"2026-02-04T06:42:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16222102474690","imei1":"16222102474690","imei2":"16222102474690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176788,"job_number":"JOB_176788","tr_customer_id":176805,"tr_customer_product_id":176795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:42.000Z","modified_at":"2026-02-04T06:42:42.000Z","name":"Jarrod Boyle","mobile_number":"913-200-2831","email_id":"Keven.Barton@yahoo.com","dop":"2025-04-06","serial_number":"18173978254419480","imei1":"18173978254419480","imei2":"18173978254419480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176789,"job_number":"JOB_176789","tr_customer_id":176806,"tr_customer_product_id":176796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:29.000Z","modified_at":"2026-02-04T06:43:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17881802168912","imei1":"17881802168912","imei2":"17881802168912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176791,"job_number":"JOB_176791","tr_customer_id":176808,"tr_customer_product_id":176798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:30.000Z","modified_at":"2026-02-04T06:43:30.000Z","name":"Arthur Terry","mobile_number":"821-964-7596","email_id":"Rosetta.Quitzon41@gmail.com","dop":"2025-04-06","serial_number":"12054773676001446","imei1":"12054773676001446","imei2":"12054773676001446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176792,"job_number":"JOB_176792","tr_customer_id":176809,"tr_customer_product_id":176799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:16.000Z","modified_at":"2026-02-04T06:44:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12718590534378","imei1":"12718590534378","imei2":"12718590534378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176794,"job_number":"JOB_176794","tr_customer_id":176811,"tr_customer_product_id":176801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:18.000Z","modified_at":"2026-02-04T06:44:18.000Z","name":"Kennith Koch","mobile_number":"523-739-2558","email_id":"Pietro57@gmail.com","dop":"2025-04-06","serial_number":"16310320333621812","imei1":"16310320333621812","imei2":"16310320333621812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176796,"job_number":"JOB_176796","tr_customer_id":176813,"tr_customer_product_id":176803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:24.000Z","modified_at":"2026-02-04T06:45:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16344315738281","imei1":"16344315738281","imei2":"16344315738281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176798,"job_number":"JOB_176798","tr_customer_id":176815,"tr_customer_product_id":176805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:25.000Z","modified_at":"2026-02-04T06:45:25.000Z","name":"Thaddeus Klocko","mobile_number":"614-774-7085","email_id":"Candice_Leannon5@gmail.com","dop":"2025-04-06","serial_number":"10603913660394586","imei1":"10603913660394586","imei2":"10603913660394586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176799,"job_number":"JOB_176799","tr_customer_id":176816,"tr_customer_product_id":176806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:12.000Z","modified_at":"2026-02-04T06:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17022391708038","imei1":"17022391708038","imei2":"17022391708038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176801,"job_number":"JOB_176801","tr_customer_id":176818,"tr_customer_product_id":176808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:14.000Z","modified_at":"2026-02-04T06:46:14.000Z","name":"Meaghan Ritchie","mobile_number":"485-258-6316","email_id":"Bernadine.Walter@gmail.com","dop":"2025-04-06","serial_number":"13436115505015792","imei1":"13436115505015792","imei2":"13436115505015792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176802,"job_number":"JOB_176802","tr_customer_id":176819,"tr_customer_product_id":176809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:00.000Z","modified_at":"2026-02-04T06:47:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13263622890391","imei1":"13263622890391","imei2":"13263622890391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176804,"job_number":"JOB_176804","tr_customer_id":176821,"tr_customer_product_id":176811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:01.000Z","modified_at":"2026-02-04T06:47:01.000Z","name":"Lonnie Kreiger","mobile_number":"718-513-4450","email_id":"Hiram_Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15398767579700470","imei1":"15398767579700470","imei2":"15398767579700470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176806,"job_number":"JOB_176806","tr_customer_id":176823,"tr_customer_product_id":176813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:51:19.000Z","modified_at":"2026-02-04T06:51:19.000Z","name":"Orville Oberbrunner","mobile_number":"251-275-9641","email_id":"Maximillia_Lemke57@hotmail.com","dop":"2025-04-06","serial_number":"11034218713316172","imei1":"11034218713316172","imei2":"11034218713316172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176807,"job_number":"JOB_176807","tr_customer_id":176824,"tr_customer_product_id":176814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:38.000Z","modified_at":"2026-02-04T06:52:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151415031528","imei1":"18151415031528","imei2":"18151415031528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176809,"job_number":"JOB_176809","tr_customer_id":176826,"tr_customer_product_id":176816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:40.000Z","modified_at":"2026-02-04T06:52:40.000Z","name":"Cortney McCullough","mobile_number":"277-698-1518","email_id":"Burnice.Ledner@hotmail.com","dop":"2025-04-06","serial_number":"15883677345820860","imei1":"15883677345820860","imei2":"15883677345820860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176810,"job_number":"JOB_176810","tr_customer_id":176827,"tr_customer_product_id":176817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:54.000Z","modified_at":"2026-02-04T06:52:54.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17634599089101","imei1":"17634599089101","imei2":"17634599089101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176812,"job_number":"JOB_176812","tr_customer_id":176829,"tr_customer_product_id":176819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:56.000Z","modified_at":"2026-02-04T06:52:56.000Z","name":"Louie Johnson","mobile_number":"754-316-4928","email_id":"Bert49@gmail.com","dop":"2025-04-06","serial_number":"11866253342877496","imei1":"11866253342877496","imei2":"11866253342877496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176816,"job_number":"JOB_176816","tr_customer_id":176833,"tr_customer_product_id":176823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:25.000Z","modified_at":"2026-02-04T06:53:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14841969951716","imei1":"14841969951716","imei2":"14841969951716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176818,"job_number":"JOB_176818","tr_customer_id":176835,"tr_customer_product_id":176825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:26.000Z","modified_at":"2026-02-04T06:53:26.000Z","name":"Mozelle Beier","mobile_number":"304-716-3783","email_id":"Norris_Gleichner91@gmail.com","dop":"2025-04-06","serial_number":"11211919554825276","imei1":"11211919554825276","imei2":"11211919554825276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176819,"job_number":"JOB_176819","tr_customer_id":176836,"tr_customer_product_id":176826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:40.000Z","modified_at":"2026-02-04T06:53:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10471178019657","imei1":"10471178019657","imei2":"10471178019657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176821,"job_number":"JOB_176821","tr_customer_id":176838,"tr_customer_product_id":176828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:42.000Z","modified_at":"2026-02-04T06:53:42.000Z","name":"Dangelo Daugherty","mobile_number":"971-243-9069","email_id":"Dariana_Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"12358207551006692","imei1":"12358207551006692","imei2":"12358207551006692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176825,"job_number":"JOB_176825","tr_customer_id":176842,"tr_customer_product_id":176832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:09.000Z","modified_at":"2026-02-04T06:54:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256882178155","imei1":"18256882178155","imei2":"18256882178155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176827,"job_number":"JOB_176827","tr_customer_id":176844,"tr_customer_product_id":176834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18719836617783","imei1":"18719836617783","imei2":"18719836617783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176829,"job_number":"JOB_176829","tr_customer_id":176846,"tr_customer_product_id":176836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:11.000Z","modified_at":"2026-02-04T06:54:11.000Z","name":"Vivianne Lindgren","mobile_number":"822-982-3785","email_id":"Ian.Goodwin86@gmail.com","dop":"2025-04-06","serial_number":"14405932654558460","imei1":"14405932654558460","imei2":"14405932654558460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176830,"job_number":"JOB_176830","tr_customer_id":176847,"tr_customer_product_id":176837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:12.000Z","modified_at":"2026-02-04T06:54:12.000Z","name":"Elaina Ondricka","mobile_number":"957-757-0898","email_id":"Lexus92@gmail.com","dop":"2025-04-06","serial_number":"16882268492996790","imei1":"16882268492996790","imei2":"16882268492996790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176831,"job_number":"JOB_176831","tr_customer_id":176848,"tr_customer_product_id":176838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:26.000Z","modified_at":"2026-02-04T06:54:26.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10358783354710","imei1":"10358783354710","imei2":"10358783354710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176833,"job_number":"JOB_176833","tr_customer_id":176850,"tr_customer_product_id":176840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:28.000Z","modified_at":"2026-02-04T06:54:28.000Z","name":"Moshe Wisoky","mobile_number":"884-899-5463","email_id":"Theo85@yahoo.com","dop":"2025-04-06","serial_number":"14077937882959564","imei1":"14077937882959564","imei2":"14077937882959564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176837,"job_number":"JOB_176837","tr_customer_id":176854,"tr_customer_product_id":176844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:56.000Z","modified_at":"2026-02-04T06:54:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15450305710266","imei1":"15450305710266","imei2":"15450305710266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176839,"job_number":"JOB_176839","tr_customer_id":176856,"tr_customer_product_id":176846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:58.000Z","modified_at":"2026-02-04T06:54:58.000Z","name":"Garnet McDermott","mobile_number":"664-908-1779","email_id":"Dudley_Strosin@yahoo.com","dop":"2025-04-06","serial_number":"19389872233651690","imei1":"19389872233651690","imei2":"19389872233651690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176843,"job_number":"JOB_176843","tr_customer_id":176860,"tr_customer_product_id":176850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:42.000Z","modified_at":"2026-02-04T06:55:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15463580651719","imei1":"15463580651719","imei2":"15463580651719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176845,"job_number":"JOB_176845","tr_customer_id":176862,"tr_customer_product_id":176852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:44.000Z","modified_at":"2026-02-04T06:55:44.000Z","name":"Adolf Brakus","mobile_number":"799-875-0420","email_id":"Norval_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"11566113473646940","imei1":"11566113473646940","imei2":"11566113473646940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176846,"job_number":"JOB_176846","tr_customer_id":176863,"tr_customer_product_id":176853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:00.000Z","modified_at":"2026-02-04T06:59:00.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17250794554640","imei1":"17250794554640","imei2":"17250794554640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176848,"job_number":"JOB_176848","tr_customer_id":176865,"tr_customer_product_id":176855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:02.000Z","modified_at":"2026-02-04T06:59:02.000Z","name":"Curt Schuster","mobile_number":"439-454-7707","email_id":"Arlo.Cole77@yahoo.com","dop":"2025-04-06","serial_number":"12662005741676300","imei1":"12662005741676300","imei2":"12662005741676300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176849,"job_number":"JOB_176849","tr_customer_id":176866,"tr_customer_product_id":176856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:17.000Z","modified_at":"2026-02-04T06:59:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12262122722955","imei1":"12262122722955","imei2":"12262122722955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176851,"job_number":"JOB_176851","tr_customer_id":176868,"tr_customer_product_id":176858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:19.000Z","modified_at":"2026-02-04T06:59:19.000Z","name":"Cornell Gusikowski","mobile_number":"732-474-1833","email_id":"Luna.Cormier@yahoo.com","dop":"2025-04-06","serial_number":"16667177391289508","imei1":"16667177391289508","imei2":"16667177391289508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176852,"job_number":"JOB_176852","tr_customer_id":176869,"tr_customer_product_id":176859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:42.000Z","modified_at":"2026-02-04T06:59:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16418611847633","imei1":"16418611847633","imei2":"16418611847633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176854,"job_number":"JOB_176854","tr_customer_id":176871,"tr_customer_product_id":176861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:44.000Z","modified_at":"2026-02-04T06:59:44.000Z","name":"Litzy Smith","mobile_number":"604-451-8972","email_id":"Deshaun.Terry@hotmail.com","dop":"2025-04-06","serial_number":"10102493794889132","imei1":"10102493794889132","imei2":"10102493794889132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176855,"job_number":"JOB_176855","tr_customer_id":176872,"tr_customer_product_id":176862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:50.000Z","modified_at":"2026-02-04T06:59:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19878724389562","imei1":"19878724389562","imei2":"19878724389562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176857,"job_number":"JOB_176857","tr_customer_id":176874,"tr_customer_product_id":176864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:52.000Z","modified_at":"2026-02-04T06:59:52.000Z","name":"Mya Conn","mobile_number":"929-684-6724","email_id":"Ellen90@hotmail.com","dop":"2025-04-06","serial_number":"17090701524237660","imei1":"17090701524237660","imei2":"17090701524237660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176858,"job_number":"JOB_176858","tr_customer_id":176875,"tr_customer_product_id":176865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:05.000Z","modified_at":"2026-02-04T07:00:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12363618430798","imei1":"12363618430798","imei2":"12363618430798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176860,"job_number":"JOB_176860","tr_customer_id":176877,"tr_customer_product_id":176867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:06.000Z","modified_at":"2026-02-04T07:00:06.000Z","name":"Viviane Herman","mobile_number":"917-986-5780","email_id":"Murray.Waters@gmail.com","dop":"2025-04-06","serial_number":"12886955995318250","imei1":"12886955995318250","imei2":"12886955995318250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176862,"job_number":"JOB_176862","tr_customer_id":176879,"tr_customer_product_id":176869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:26.000Z","modified_at":"2026-02-04T07:00:26.000Z","name":"Skylar Rippin","mobile_number":"564-732-9836","email_id":"Bettie34@gmail.com","dop":"2025-04-06","serial_number":"14946874125886812","imei1":"14946874125886812","imei2":"14946874125886812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176864,"job_number":"JOB_176864","tr_customer_id":176881,"tr_customer_product_id":176871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:28.000Z","modified_at":"2026-02-04T07:00:28.000Z","name":"Sarah Pfeffer","mobile_number":"328-443-1979","email_id":"Hipolito_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19193621071201900","imei1":"19193621071201900","imei2":"19193621071201900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176865,"job_number":"JOB_176865","tr_customer_id":176882,"tr_customer_product_id":176872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:34.000Z","modified_at":"2026-02-04T07:00:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11703895170489","imei1":"11703895170489","imei2":"11703895170489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176867,"job_number":"JOB_176867","tr_customer_id":176884,"tr_customer_product_id":176874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:36.000Z","modified_at":"2026-02-04T07:00:36.000Z","name":"Deonte Wiza","mobile_number":"288-490-2349","email_id":"Kenna26@gmail.com","dop":"2025-04-06","serial_number":"14689983834876694","imei1":"14689983834876694","imei2":"14689983834876694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176868,"job_number":"JOB_176868","tr_customer_id":176885,"tr_customer_product_id":176875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:40.000Z","modified_at":"2026-02-04T07:00:40.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"12108290943663","imei1":"12108290943663","imei2":"12108290943663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176870,"job_number":"JOB_176870","tr_customer_id":176887,"tr_customer_product_id":176877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:42.000Z","modified_at":"2026-02-04T07:00:42.000Z","name":"Gaetano Kessler","mobile_number":"642-851-7184","email_id":"Liliana42@gmail.com","dop":"2025-04-06","serial_number":"18670126095900050","imei1":"18670126095900050","imei2":"18670126095900050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176871,"job_number":"JOB_176871","tr_customer_id":176888,"tr_customer_product_id":176878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:52.000Z","modified_at":"2026-02-04T07:00:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18437109585289","imei1":"18437109585289","imei2":"18437109585289","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176873,"job_number":"JOB_176873","tr_customer_id":176890,"tr_customer_product_id":176880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:53.000Z","modified_at":"2026-02-04T07:00:53.000Z","name":"Elyssa Kshlerin","mobile_number":"372-458-5126","email_id":"Maxime_Walker81@yahoo.com","dop":"2025-04-06","serial_number":"13051102664444396","imei1":"13051102664444396","imei2":"13051102664444396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176874,"job_number":"JOB_176874","tr_customer_id":176891,"tr_customer_product_id":176881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:26.000Z","modified_at":"2026-02-04T07:01:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16948694891387","imei1":"16948694891387","imei2":"16948694891387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176876,"job_number":"JOB_176876","tr_customer_id":176893,"tr_customer_product_id":176883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:28.000Z","modified_at":"2026-02-04T07:01:28.000Z","name":"Donny McGlynn","mobile_number":"645-596-9215","email_id":"Adrain_Wisoky39@gmail.com","dop":"2025-04-06","serial_number":"13580902858992318","imei1":"13580902858992318","imei2":"13580902858992318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176877,"job_number":"JOB_176877","tr_customer_id":176894,"tr_customer_product_id":176884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:36.000Z","modified_at":"2026-02-04T07:03:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11732668489445","imei1":"11732668489445","imei2":"11732668489445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176879,"job_number":"JOB_176879","tr_customer_id":176896,"tr_customer_product_id":176886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:38.000Z","modified_at":"2026-02-04T07:03:38.000Z","name":"Monserrate Dickinson","mobile_number":"291-664-4654","email_id":"Alfreda_Dickinson83@hotmail.com","dop":"2025-04-06","serial_number":"19817876698493320","imei1":"19817876698493320","imei2":"19817876698493320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176881,"job_number":"JOB_176881","tr_customer_id":176898,"tr_customer_product_id":176888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:43.000Z","modified_at":"2026-02-04T07:03:43.000Z","name":"Marie Pagac","mobile_number":"336-738-5310","email_id":"Chester.OReilly30@gmail.com","dop":"2025-04-06","serial_number":"15088614550139698","imei1":"15088614550139698","imei2":"15088614550139698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176882,"job_number":"JOB_176882","tr_customer_id":176899,"tr_customer_product_id":176889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:27.000Z","modified_at":"2026-02-04T07:04:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15704809715392","imei1":"15704809715392","imei2":"15704809715392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176884,"job_number":"JOB_176884","tr_customer_id":176901,"tr_customer_product_id":176891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:29.000Z","modified_at":"2026-02-04T07:04:29.000Z","name":"Salma Schowalter","mobile_number":"999-352-2106","email_id":"Henderson.Gorczany45@yahoo.com","dop":"2025-04-06","serial_number":"16825402503846114","imei1":"16825402503846114","imei2":"16825402503846114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176885,"job_number":"JOB_176885","tr_customer_id":176902,"tr_customer_product_id":176892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:18.000Z","modified_at":"2026-02-04T07:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19301773139843","imei1":"19301773139843","imei2":"19301773139843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176887,"job_number":"JOB_176887","tr_customer_id":176904,"tr_customer_product_id":176894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:20.000Z","modified_at":"2026-02-04T07:05:20.000Z","name":"Melany Morissette","mobile_number":"763-378-7501","email_id":"Ned_Johns@gmail.com","dop":"2025-04-06","serial_number":"12040749721970538","imei1":"12040749721970538","imei2":"12040749721970538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176888,"job_number":"JOB_176888","tr_customer_id":176905,"tr_customer_product_id":176895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:00.000Z","modified_at":"2026-02-04T07:32:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17599156827551","imei1":"17599156827551","imei2":"17599156827551","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176890,"job_number":"JOB_176890","tr_customer_id":176907,"tr_customer_product_id":176897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:14.000Z","modified_at":"2026-02-04T07:32:14.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15124988821955","imei1":"15124988821955","imei2":"15124988821955","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176892,"job_number":"JOB_176892","tr_customer_id":176909,"tr_customer_product_id":176899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:29.000Z","modified_at":"2026-02-04T07:32:29.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11212478795249","imei1":"11212478795249","imei2":"11212478795249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176901,"job_number":"JOB_176901","tr_customer_id":176918,"tr_customer_product_id":176908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:59:57.000Z","modified_at":"2026-02-04T07:59:57.000Z","name":"Twila Botsford","mobile_number":"247-393-9663","email_id":"Lucas.Brekke34@gmail.com","dop":"2025-04-06","serial_number":"14928981121066096","imei1":"14928981121066096","imei2":"14928981121066096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176906,"job_number":"JOB_176906","tr_customer_id":176923,"tr_customer_product_id":176913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:01:14.000Z","modified_at":"2026-02-04T08:01:14.000Z","name":"Newell Turner","mobile_number":"407-591-4616","email_id":"Dario.Abbott@gmail.com","dop":"2025-04-06","serial_number":"14951816742150260","imei1":"14951816742150260","imei2":"14951816742150260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176908,"job_number":"JOB_176908","tr_customer_id":176925,"tr_customer_product_id":176915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:05:31.000Z","modified_at":"2026-02-04T08:05:31.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"66567876543454","imei1":"66567876543454","imei2":"66567876543454","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:05:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176909,"job_number":"JOB_176909","tr_customer_id":176926,"tr_customer_product_id":176916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"79258917360507","imei1":"79258917360507","imei2":"79258917360507","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176910,"job_number":"JOB_176910","tr_customer_id":176927,"tr_customer_product_id":176917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"Sid Pfeffer","mobile_number":"262-375-1256","email_id":"Jerald79@hotmail.com","dop":"2025-02-01","serial_number":"77150080747655","imei1":"77150080747655","imei2":"77150080747655","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176912,"job_number":"JOB_176912","tr_customer_id":176929,"tr_customer_product_id":176919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:45.000Z","modified_at":"2026-02-04T08:25:45.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176913,"job_number":"JOB_176913","tr_customer_id":176930,"tr_customer_product_id":176920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"101632796032141","imei1":"101632796032141","imei2":"101632796032141","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176914,"job_number":"JOB_176914","tr_customer_id":176931,"tr_customer_product_id":176921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"Liana Sanford","mobile_number":"968-201-7772","email_id":"Isai85@gmail.com","dop":"2025-02-01","serial_number":"59450164193688","imei1":"59450164193688","imei2":"59450164193688","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176916,"job_number":"JOB_176916","tr_customer_id":176933,"tr_customer_product_id":176923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"93704751927621","imei1":"93704751927621","imei2":"93704751927621","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176917,"job_number":"JOB_176917","tr_customer_id":176934,"tr_customer_product_id":176924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"Daniella Prosacco","mobile_number":"876-696-8699","email_id":"Flo_Torp25@hotmail.com","dop":"2025-02-01","serial_number":"69661508006582","imei1":"69661508006582","imei2":"69661508006582","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176919,"job_number":"JOB_176919","tr_customer_id":176936,"tr_customer_product_id":176926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:19.000Z","modified_at":"2026-02-04T08:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10124581043668","imei1":"10124581043668","imei2":"10124581043668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176921,"job_number":"JOB_176921","tr_customer_id":176938,"tr_customer_product_id":176928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:21.000Z","modified_at":"2026-02-04T08:27:21.000Z","name":"Clovis Simonis","mobile_number":"328-211-6253","email_id":"Pedro19@hotmail.com","dop":"2025-04-06","serial_number":"10114624788406122","imei1":"10114624788406122","imei2":"10114624788406122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176922,"job_number":"JOB_176922","tr_customer_id":176939,"tr_customer_product_id":176929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:14.000Z","modified_at":"2026-02-04T08:28:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10970502121675","imei1":"10970502121675","imei2":"10970502121675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176924,"job_number":"JOB_176924","tr_customer_id":176941,"tr_customer_product_id":176931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:16.000Z","modified_at":"2026-02-04T08:28:16.000Z","name":"Autumn Predovic","mobile_number":"732-385-2023","email_id":"Marianne_Fritsch8@yahoo.com","dop":"2025-04-06","serial_number":"11860826289905894","imei1":"11860826289905894","imei2":"11860826289905894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176925,"job_number":"JOB_176925","tr_customer_id":176942,"tr_customer_product_id":176932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:09.000Z","modified_at":"2026-02-04T08:29:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15066753956450","imei1":"15066753956450","imei2":"15066753956450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176927,"job_number":"JOB_176927","tr_customer_id":176944,"tr_customer_product_id":176934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:11.000Z","modified_at":"2026-02-04T08:29:11.000Z","name":"Antonia Pfeffer","mobile_number":"223-580-6633","email_id":"Luisa.Hegmann33@yahoo.com","dop":"2025-04-06","serial_number":"18844486827310744","imei1":"18844486827310744","imei2":"18844486827310744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176928,"job_number":"JOB_176928","tr_customer_id":176945,"tr_customer_product_id":176935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:30:40.000Z","modified_at":"2026-02-04T08:30:40.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"12868080764317","imei1":"12868080764317","imei2":"12868080764317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176929,"job_number":"JOB_176929","tr_customer_id":176946,"tr_customer_product_id":176936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:37:28.000Z","modified_at":"2026-02-04T08:37:28.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"16843095456094","imei1":"16843095456094","imei2":"16843095456094","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176931,"job_number":"JOB_176931","tr_customer_id":176948,"tr_customer_product_id":176938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"98063759561283","imei1":"98063759561283","imei2":"98063759561283","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176932,"job_number":"JOB_176932","tr_customer_id":176949,"tr_customer_product_id":176939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"Teresa Armstrong","mobile_number":"896-293-6521","email_id":"Sarah.Schaden@yahoo.com","dop":"2025-02-01","serial_number":"18633174373492","imei1":"18633174373492","imei2":"18633174373492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176934,"job_number":"JOB_176934","tr_customer_id":176951,"tr_customer_product_id":176941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"99058277256487","imei1":"99058277256487","imei2":"99058277256487","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176935,"job_number":"JOB_176935","tr_customer_id":176952,"tr_customer_product_id":176942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"Van Schaden","mobile_number":"440-350-6702","email_id":"Mariela.Murray63@yahoo.com","dop":"2025-02-01","serial_number":"92283328969218","imei1":"92283328969218","imei2":"92283328969218","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176937,"job_number":"JOB_176937","tr_customer_id":176954,"tr_customer_product_id":176944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"62052203482650","imei1":"62052203482650","imei2":"62052203482650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176938,"job_number":"JOB_176938","tr_customer_id":176955,"tr_customer_product_id":176945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"Rickey Dietrich","mobile_number":"590-919-5804","email_id":"Alison_Williamson@hotmail.com","dop":"2025-02-01","serial_number":"107072844745610","imei1":"107072844745610","imei2":"107072844745610","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176940,"job_number":"JOB_176940","tr_customer_id":176957,"tr_customer_product_id":176947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"67727010511975","imei1":"67727010511975","imei2":"67727010511975","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176941,"job_number":"JOB_176941","tr_customer_id":176958,"tr_customer_product_id":176948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"Michael Armstrong","mobile_number":"699-619-5044","email_id":"Aidan.Beier92@hotmail.com","dop":"2025-02-01","serial_number":"72396387964605","imei1":"72396387964605","imei2":"72396387964605","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176942,"job_number":"JOB_176942","tr_customer_id":176959,"tr_customer_product_id":176949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:33.000Z","modified_at":"2026-02-04T09:13:33.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"30187725851862510","imei1":"30187725851862510","imei2":"30187725851862510","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176944,"job_number":"JOB_176944","tr_customer_id":176961,"tr_customer_product_id":176951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"69253303838715","imei1":"69253303838715","imei2":"69253303838715","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176945,"job_number":"JOB_176945","tr_customer_id":176962,"tr_customer_product_id":176952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"Timmothy Durgan","mobile_number":"303-522-5900","email_id":"Jordi_Bednar93@gmail.com","dop":"2025-02-01","serial_number":"85390630290452","imei1":"85390630290452","imei2":"85390630290452","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176947,"job_number":"JOB_176947","tr_customer_id":176964,"tr_customer_product_id":176954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:37.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"45913167663625","imei1":"45913167663625","imei2":"45913167663625","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176948,"job_number":"JOB_176948","tr_customer_id":176965,"tr_customer_product_id":176955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:38.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"Gideon Waters","mobile_number":"630-783-2548","email_id":"Alana.Yundt71@hotmail.com","dop":"2025-02-01","serial_number":"85089978354820","imei1":"85089978354820","imei2":"85089978354820","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176951,"job_number":"JOB_176951","tr_customer_id":176968,"tr_customer_product_id":176958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:31.000Z","modified_at":"2026-02-04T09:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10885796710853","imei1":"10885796710853","imei2":"10885796710853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176953,"job_number":"JOB_176953","tr_customer_id":176970,"tr_customer_product_id":176960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:33.000Z","modified_at":"2026-02-04T09:31:33.000Z","name":"Felipe Gerlach","mobile_number":"822-657-2116","email_id":"Roberto.Gleichner3@gmail.com","dop":"2025-04-06","serial_number":"13298312478570356","imei1":"13298312478570356","imei2":"13298312478570356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176954,"job_number":"JOB_176954","tr_customer_id":176971,"tr_customer_product_id":176961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:23.000Z","modified_at":"2026-02-04T09:32:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17013489530981","imei1":"17013489530981","imei2":"17013489530981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176956,"job_number":"JOB_176956","tr_customer_id":176973,"tr_customer_product_id":176963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:25.000Z","modified_at":"2026-02-04T09:32:25.000Z","name":"Schuyler West","mobile_number":"699-443-7217","email_id":"Ayla_Kassulke@gmail.com","dop":"2025-04-06","serial_number":"15127703293675654","imei1":"15127703293675654","imei2":"15127703293675654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176957,"job_number":"JOB_176957","tr_customer_id":176974,"tr_customer_product_id":176964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:14.000Z","modified_at":"2026-02-04T09:33:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990905830905","imei1":"10990905830905","imei2":"10990905830905","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176959,"job_number":"JOB_176959","tr_customer_id":176976,"tr_customer_product_id":176966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:16.000Z","modified_at":"2026-02-04T09:33:16.000Z","name":"Camila Frami","mobile_number":"987-990-6187","email_id":"Floy92@gmail.com","dop":"2025-04-06","serial_number":"16022479385566246","imei1":"16022479385566246","imei2":"16022479385566246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176960,"job_number":"JOB_176960","tr_customer_id":176977,"tr_customer_product_id":176967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:04.000Z","modified_at":"2026-02-04T10:05:04.000Z","name":"Madisyn Nitzsche","mobile_number":"942-721-6787","email_id":"Albert_Bartell16@hotmail.com","dop":"2025-09-09","serial_number":"18566380582534","imei1":"18566380582534","imei2":"18566380582534","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176961,"job_number":"JOB_176961","tr_customer_id":176978,"tr_customer_product_id":176968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:05.000Z","modified_at":"2026-02-04T10:05:05.000Z","name":"Alessia Anderson","mobile_number":"723-330-1263","email_id":"Rebekah13@hotmail.com","dop":"2025-09-09","serial_number":"17148890316021","imei1":"17148890316021","imei2":"17148890316021","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176963,"job_number":"JOB_176963","tr_customer_id":176980,"tr_customer_product_id":176970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Adella Doyle","mobile_number":"494-564-2561","email_id":"Sigmund_Franecki87@hotmail.com","dop":"2025-09-09","serial_number":"19222989622123","imei1":"19222989622123","imei2":"19222989622123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176964,"job_number":"JOB_176964","tr_customer_id":176981,"tr_customer_product_id":176971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Audie Hoeger","mobile_number":"595-947-1846","email_id":"Felicita40@hotmail.com","dop":"2025-09-09","serial_number":"19911569465222","imei1":"19911569465222","imei2":"19911569465222","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176966,"job_number":"JOB_176966","tr_customer_id":176983,"tr_customer_product_id":176973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Maximilian Medhurst","mobile_number":"839-599-5271","email_id":"Nigel.Legros@yahoo.com","dop":"2025-09-09","serial_number":"12005798928214","imei1":"12005798928214","imei2":"12005798928214","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176967,"job_number":"JOB_176967","tr_customer_id":176984,"tr_customer_product_id":176974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Ian Gorczany","mobile_number":"204-758-5164","email_id":"Erika.Stracke70@gmail.com","dop":"2025-09-09","serial_number":"19846750311667","imei1":"19846750311667","imei2":"19846750311667","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176969,"job_number":"JOB_176969","tr_customer_id":176986,"tr_customer_product_id":176976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Jerrell DuBuque","mobile_number":"607-477-0350","email_id":"Liliane13@yahoo.com","dop":"2025-09-09","serial_number":"10645586853996","imei1":"10645586853996","imei2":"10645586853996","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176970,"job_number":"JOB_176970","tr_customer_id":176987,"tr_customer_product_id":176977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Makenna Kiehn","mobile_number":"504-726-8082","email_id":"Prince70@yahoo.com","dop":"2025-09-09","serial_number":"10111396443913","imei1":"10111396443913","imei2":"10111396443913","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176972,"job_number":"JOB_176972","tr_customer_id":176989,"tr_customer_product_id":176979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Viva Berge","mobile_number":"265-722-0070","email_id":"Donato_Mayer@gmail.com","dop":"2025-09-09","serial_number":"12616924137093","imei1":"12616924137093","imei2":"12616924137093","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176973,"job_number":"JOB_176973","tr_customer_id":176990,"tr_customer_product_id":176980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Mariela Terry","mobile_number":"815-311-0276","email_id":"Esther.Kilback96@hotmail.com","dop":"2025-09-09","serial_number":"11539704945002","imei1":"11539704945002","imei2":"11539704945002","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176975,"job_number":"JOB_176975","tr_customer_id":176992,"tr_customer_product_id":176982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:10.000Z","modified_at":"2026-02-04T10:06:10.000Z","name":"Nathanael Legros","mobile_number":"968-700-3468","email_id":"Caleb.Hackett@gmail.com","dop":"2025-09-09","serial_number":"14408208016211","imei1":"14408208016211","imei2":"14408208016211","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176976,"job_number":"JOB_176976","tr_customer_id":176993,"tr_customer_product_id":176983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:11.000Z","modified_at":"2026-02-04T10:06:11.000Z","name":"Rogers Reichel","mobile_number":"850-763-6805","email_id":"Bonnie25@yahoo.com","dop":"2025-09-09","serial_number":"14530060803170","imei1":"14530060803170","imei2":"14530060803170","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176978,"job_number":"JOB_176978","tr_customer_id":176995,"tr_customer_product_id":176985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Sage Hintz","mobile_number":"558-396-9850","email_id":"Gunner3@gmail.com","dop":"2025-09-09","serial_number":"12309506987499","imei1":"12309506987499","imei2":"12309506987499","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176979,"job_number":"JOB_176979","tr_customer_id":176996,"tr_customer_product_id":176986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Nadia Labadie","mobile_number":"737-650-1261","email_id":"Darlene.Williamson43@hotmail.com","dop":"2025-09-09","serial_number":"15853301237001","imei1":"15853301237001","imei2":"15853301237001","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176981,"job_number":"JOB_176981","tr_customer_id":176998,"tr_customer_product_id":176988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Max Tillman","mobile_number":"839-273-5902","email_id":"Mekhi.Torphy27@hotmail.com","dop":"2025-09-09","serial_number":"11159036299078","imei1":"11159036299078","imei2":"11159036299078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176982,"job_number":"JOB_176982","tr_customer_id":176999,"tr_customer_product_id":176989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Daniela Nienow","mobile_number":"462-768-3878","email_id":"Malcolm74@hotmail.com","dop":"2025-09-09","serial_number":"16847068773129","imei1":"16847068773129","imei2":"16847068773129","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176984,"job_number":"JOB_176984","tr_customer_id":177001,"tr_customer_product_id":176991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Americo Gutmann","mobile_number":"675-947-7719","email_id":"Precious_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12454113753121","imei1":"12454113753121","imei2":"12454113753121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176985,"job_number":"JOB_176985","tr_customer_id":177002,"tr_customer_product_id":176992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Francisca Satterfield","mobile_number":"929-585-2843","email_id":"Carolyn70@hotmail.com","dop":"2025-09-09","serial_number":"14529533038568","imei1":"14529533038568","imei2":"14529533038568","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176990,"job_number":"JOB_176990","tr_customer_id":177007,"tr_customer_product_id":176997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Solon Cruickshank","mobile_number":"494-613-6860","email_id":"Johann.Jerde1@yahoo.com","dop":"2025-09-09","serial_number":"11481118056165","imei1":"11481118056165","imei2":"11481118056165","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176991,"job_number":"JOB_176991","tr_customer_id":177008,"tr_customer_product_id":176998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Gloria Satterfield","mobile_number":"722-286-9702","email_id":"Violette_Herman12@yahoo.com","dop":"2025-09-09","serial_number":"13177144896308","imei1":"13177144896308","imei2":"13177144896308","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176993,"job_number":"JOB_176993","tr_customer_id":177010,"tr_customer_product_id":177000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Carley Abernathy","mobile_number":"543-850-2140","email_id":"Darien_Abshire31@hotmail.com","dop":"2025-09-09","serial_number":"11579238673661","imei1":"11579238673661","imei2":"11579238673661","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176994,"job_number":"JOB_176994","tr_customer_id":177011,"tr_customer_product_id":177001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Elmo Bashirian","mobile_number":"389-700-8316","email_id":"Orlo.Stiedemann72@gmail.com","dop":"2025-09-09","serial_number":"17786363351730","imei1":"17786363351730","imei2":"17786363351730","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176996,"job_number":"JOB_176996","tr_customer_id":177013,"tr_customer_product_id":177003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Leanna Bode","mobile_number":"994-588-0899","email_id":"Ibrahim_Jacobs63@yahoo.com","dop":"2025-09-09","serial_number":"12544371566689","imei1":"12544371566689","imei2":"12544371566689","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176997,"job_number":"JOB_176997","tr_customer_id":177014,"tr_customer_product_id":177004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Mae Miller","mobile_number":"936-664-6606","email_id":"Nathen.Williamson@gmail.com","dop":"2025-09-09","serial_number":"19354834563588","imei1":"19354834563588","imei2":"19354834563588","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177000,"job_number":"JOB_177000","tr_customer_id":177017,"tr_customer_product_id":177007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:07.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"80135749336880","imei1":"80135749336880","imei2":"80135749336880","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177001,"job_number":"JOB_177001","tr_customer_id":177018,"tr_customer_product_id":177008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:08.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"Vergie Parker","mobile_number":"248-575-7830","email_id":"Nolan43@hotmail.com","dop":"2025-02-01","serial_number":"46956173810962","imei1":"46956173810962","imei2":"46956173810962","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177003,"job_number":"JOB_177003","tr_customer_id":177020,"tr_customer_product_id":177010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"21556031254873","imei1":"21556031254873","imei2":"21556031254873","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177004,"job_number":"JOB_177004","tr_customer_id":177021,"tr_customer_product_id":177011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"Lew Gislason","mobile_number":"970-830-7969","email_id":"Michel_Reilly21@hotmail.com","dop":"2025-02-01","serial_number":"104594955498726","imei1":"104594955498726","imei2":"104594955498726","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177006,"job_number":"JOB_177006","tr_customer_id":177023,"tr_customer_product_id":177013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"47980205532437","imei1":"47980205532437","imei2":"47980205532437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177007,"job_number":"JOB_177007","tr_customer_id":177024,"tr_customer_product_id":177014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"Lucinda Walker","mobile_number":"545-999-6818","email_id":"Chadd44@yahoo.com","dop":"2025-02-01","serial_number":"11154401697806","imei1":"11154401697806","imei2":"11154401697806","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177011,"job_number":"JOB_177011","tr_customer_id":177028,"tr_customer_product_id":177018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:41:59.000Z","modified_at":"2026-02-04T10:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10541657372673","imei1":"10541657372673","imei2":"10541657372673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177013,"job_number":"JOB_177013","tr_customer_id":177030,"tr_customer_product_id":177020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:01.000Z","modified_at":"2026-02-04T10:42:01.000Z","name":"Vidal Huels","mobile_number":"352-423-4833","email_id":"Alexandre89@gmail.com","dop":"2025-04-06","serial_number":"18441765568404652","imei1":"18441765568404652","imei2":"18441765568404652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177014,"job_number":"JOB_177014","tr_customer_id":177031,"tr_customer_product_id":177021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:46.000Z","modified_at":"2026-02-04T10:42:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17227920557333","imei1":"17227920557333","imei2":"17227920557333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177016,"job_number":"JOB_177016","tr_customer_id":177033,"tr_customer_product_id":177023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:48.000Z","modified_at":"2026-02-04T10:42:48.000Z","name":"Bruce Keeling","mobile_number":"873-357-5597","email_id":"Jeromy_Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"10146944518899212","imei1":"10146944518899212","imei2":"10146944518899212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177017,"job_number":"JOB_177017","tr_customer_id":177034,"tr_customer_product_id":177024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:33.000Z","modified_at":"2026-02-04T10:43:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10194238520701","imei1":"10194238520701","imei2":"10194238520701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177019,"job_number":"JOB_177019","tr_customer_id":177036,"tr_customer_product_id":177026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:34.000Z","modified_at":"2026-02-04T10:43:34.000Z","name":"Kendall McGlynn","mobile_number":"250-220-5467","email_id":"Mariane.Konopelski43@hotmail.com","dop":"2025-04-06","serial_number":"14459129780847592","imei1":"14459129780847592","imei2":"14459129780847592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177020,"job_number":"JOB_177020","tr_customer_id":177037,"tr_customer_product_id":177027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:57:52.000Z","modified_at":"2026-02-04T10:57:52.000Z","name":"Jalyn Bruen","mobile_number":"278-839-5828","email_id":"Aylin46@hotmail.com","dop":"2026-01-04","serial_number":"17838997777403","imei1":"17838997777403","imei2":"17838997777403","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177021,"job_number":"JOB_177021","tr_customer_id":177038,"tr_customer_product_id":177028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:29.000Z","modified_at":"2026-02-04T11:01:29.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-25","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-25T11:01:20.058161422Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177022,"job_number":"JOB_177022","tr_customer_id":177039,"tr_customer_product_id":177029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:30.000Z","modified_at":"2026-02-04T11:01:30.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-25","serial_number":"46419271373584","imei1":"46419271373584","imei2":"46419271373584","popurl":"2026-01-25T11:01:20.060307914Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177023,"job_number":"JOB_177023","tr_customer_id":177040,"tr_customer_product_id":177030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:41.000Z","modified_at":"2026-02-04T11:01:41.000Z","name":"Surya Asan","mobile_number":"8686749537","email_id":"subhash.chopra@yahoo.co.in","dop":"2026-01-25","serial_number":"42690958927178","imei1":"42690958927178","imei2":"42690958927178","popurl":"www.manik-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177025,"job_number":"JOB_177025","tr_customer_id":177042,"tr_customer_product_id":177032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:41.000Z","modified_at":"2026-02-04T11:06:41.000Z","name":"Erika Schinner","mobile_number":"497-624-0714","email_id":"Breanna_Treutel31@gmail.com","dop":"2026-01-23","serial_number":"186611539858946","imei1":"186611539858946","imei2":"186611539858946","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177032,"job_number":"JOB_177032","tr_customer_id":177049,"tr_customer_product_id":177039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:07.000Z","modified_at":"2026-02-04T11:48:07.000Z","name":"Korbin Schinner","mobile_number":"203-416-6097","email_id":"Claud22@hotmail.com","dop":"2026-01-04","serial_number":"12180824390282","imei1":"12180824390282","imei2":"12180824390282","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177033,"job_number":"JOB_177033","tr_customer_id":177050,"tr_customer_product_id":177040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:18.000Z","modified_at":"2026-02-04T11:48:18.000Z","name":"Deanna Feeney","mobile_number":"672-762-9321","email_id":"Kathryn_Sauer@gmail.com","dop":"2026-01-04","serial_number":"17552888746213","imei1":"17552888746213","imei2":"17552888746213","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177034,"job_number":"JOB_177034","tr_customer_id":177051,"tr_customer_product_id":177041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:49:39.000Z","modified_at":"2026-02-04T11:49:39.000Z","name":"Obie Bernier","mobile_number":"727-255-0697","email_id":"Cornelius_Balistreri@yahoo.com","dop":"2026-01-04","serial_number":"18097852246711","imei1":"18097852246711","imei2":"18097852246711","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177035,"job_number":"JOB_177035","tr_customer_id":177052,"tr_customer_product_id":177042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:08.000Z","modified_at":"2026-02-04T11:53:08.000Z","name":"Gabrielle Kuhn","mobile_number":"977-290-5128","email_id":"Kiel_Kris78@yahoo.com","dop":"2026-01-04","serial_number":"16997897009143","imei1":"16997897009143","imei2":"16997897009143","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177036,"job_number":"JOB_177036","tr_customer_id":177053,"tr_customer_product_id":177043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:23.000Z","modified_at":"2026-02-04T11:53:23.000Z","name":"Trace Monahan","mobile_number":"434-991-7656","email_id":"Derek.Shields19@hotmail.com","dop":"2026-01-04","serial_number":"12961870801831","imei1":"12961870801831","imei2":"12961870801831","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177037,"job_number":"JOB_177037","tr_customer_id":177054,"tr_customer_product_id":177044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:33.000Z","modified_at":"2026-02-04T11:53:33.000Z","name":"Bailey Roob","mobile_number":"587-640-3194","email_id":"Oscar_Hahn@gmail.com","dop":"2026-01-04","serial_number":"11433389103631","imei1":"11433389103631","imei2":"11433389103631","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177038,"job_number":"JOB_177038","tr_customer_id":177055,"tr_customer_product_id":177045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:56.000Z","modified_at":"2026-02-04T11:53:56.000Z","name":"Lucious Okuneva","mobile_number":"401-530-5175","email_id":"Lenna.Wyman@hotmail.com","dop":"2026-01-04","serial_number":"11802357460840","imei1":"11802357460840","imei2":"11802357460840","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177039,"job_number":"JOB_177039","tr_customer_id":177056,"tr_customer_product_id":177046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:54:31.000Z","modified_at":"2026-02-04T11:54:31.000Z","name":"Yadira Heller","mobile_number":"608-381-4397","email_id":"Don.Considine@yahoo.com","dop":"2026-01-04","serial_number":"10557585698834","imei1":"10557585698834","imei2":"10557585698834","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177040,"job_number":"JOB_177040","tr_customer_id":177057,"tr_customer_product_id":177047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:56:47.000Z","modified_at":"2026-02-04T11:56:47.000Z","name":"Noemy Bins","mobile_number":"727-266-3439","email_id":"Gustave_Rohan40@yahoo.com","dop":"2026-01-04","serial_number":"11933140593659","imei1":"11933140593659","imei2":"11933140593659","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177041,"job_number":"JOB_177041","tr_customer_id":177058,"tr_customer_product_id":177048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:12.000Z","modified_at":"2026-02-04T11:57:12.000Z","name":"Annie Collins","mobile_number":"676-503-1724","email_id":"Terrell58@hotmail.com","dop":"2026-01-04","serial_number":"16730791525290","imei1":"16730791525290","imei2":"16730791525290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177042,"job_number":"JOB_177042","tr_customer_id":177059,"tr_customer_product_id":177049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:27.000Z","modified_at":"2026-02-04T11:57:27.000Z","name":"Edythe Bogan","mobile_number":"327-730-5279","email_id":"Neil_Greenfelder43@yahoo.com","dop":"2026-01-04","serial_number":"16506725939430","imei1":"16506725939430","imei2":"16506725939430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177043,"job_number":"JOB_177043","tr_customer_id":177060,"tr_customer_product_id":177050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:58:34.000Z","modified_at":"2026-02-04T11:58:34.000Z","name":"Blaze Spencer","mobile_number":"885-605-4343","email_id":"Santina_Cartwright@hotmail.com","dop":"2026-01-04","serial_number":"15705427034963","imei1":"15705427034963","imei2":"15705427034963","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177044,"job_number":"JOB_177044","tr_customer_id":177061,"tr_customer_product_id":177051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:01.000Z","modified_at":"2026-02-04T12:12:01.000Z","name":"Rosalee Osinski","mobile_number":"255-805-8074","email_id":"Shayna20@hotmail.com","dop":"2026-01-04","serial_number":"1646467900020400","imei1":"1646467900020400","imei2":"1646467900020400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177045,"job_number":"JOB_177045","tr_customer_id":177062,"tr_customer_product_id":177052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:39.000Z","modified_at":"2026-02-04T12:12:39.000Z","name":"Alverta Hodkiewicz","mobile_number":"253-202-9225","email_id":"Marc.Mills39@hotmail.com","dop":"2026-01-04","serial_number":"73190982891586580","imei1":"73190982891586580","imei2":"73190982891586580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177046,"job_number":"JOB_177046","tr_customer_id":177063,"tr_customer_product_id":177053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:15:56.000Z","modified_at":"2026-02-04T12:15:56.000Z","name":"Nickolas Keebler","mobile_number":"346-930-0798","email_id":"Carley.Dare@yahoo.com","dop":"2026-01-04","serial_number":"41721381790577380","imei1":"41721381790577380","imei2":"41721381790577380","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177047,"job_number":"JOB_177047","tr_customer_id":177064,"tr_customer_product_id":177054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"46166961367992","imei1":"46166961367992","imei2":"46166961367992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177048,"job_number":"JOB_177048","tr_customer_id":177065,"tr_customer_product_id":177055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"Austin Cassin","mobile_number":"324-491-3836","email_id":"Alexys.Schowalter47@hotmail.com","dop":"2025-02-01","serial_number":"33766534987226","imei1":"33766534987226","imei2":"33766534987226","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177050,"job_number":"JOB_177050","tr_customer_id":177067,"tr_customer_product_id":177057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"40217359508018","imei1":"40217359508018","imei2":"40217359508018","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177051,"job_number":"JOB_177051","tr_customer_id":177068,"tr_customer_product_id":177058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"Clara Hermiston","mobile_number":"885-468-4186","email_id":"Tyrel_Christiansen@gmail.com","dop":"2025-02-01","serial_number":"102386413638434","imei1":"102386413638434","imei2":"102386413638434","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177053,"job_number":"JOB_177053","tr_customer_id":177070,"tr_customer_product_id":177060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"102616783608262","imei1":"102616783608262","imei2":"102616783608262","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177054,"job_number":"JOB_177054","tr_customer_id":177071,"tr_customer_product_id":177061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"Tania Bechtelar","mobile_number":"246-832-4379","email_id":"Jocelyn79@hotmail.com","dop":"2025-02-01","serial_number":"43523573975524","imei1":"43523573975524","imei2":"43523573975524","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177056,"job_number":"JOB_177056","tr_customer_id":177073,"tr_customer_product_id":177063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:24:08.000Z","modified_at":"2026-02-04T12:24:08.000Z","name":"Arnoldo Gaylord","mobile_number":"297-995-8951","email_id":"Sage20@hotmail.com","dop":"2026-01-04","serial_number":"16735706140736","imei1":"16735706140736","imei2":"16735706140736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177057,"job_number":"JOB_177057","tr_customer_id":177074,"tr_customer_product_id":177064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"13431865845913","imei1":"13431865845913","imei2":"13431865845913","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177058,"job_number":"JOB_177058","tr_customer_id":177075,"tr_customer_product_id":177065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"Itzel Bashirian","mobile_number":"401-213-4024","email_id":"Ezra.Schoen@hotmail.com","dop":"2025-02-01","serial_number":"31366531157798","imei1":"31366531157798","imei2":"31366531157798","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177060,"job_number":"JOB_177060","tr_customer_id":177077,"tr_customer_product_id":177067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14144610327656","imei1":"14144610327656","imei2":"14144610327656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177061,"job_number":"JOB_177061","tr_customer_id":177078,"tr_customer_product_id":177068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"Joannie Quigley","mobile_number":"845-635-3865","email_id":"Gia_Dare37@gmail.com","dop":"2025-02-01","serial_number":"107206464334829","imei1":"107206464334829","imei2":"107206464334829","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177063,"job_number":"JOB_177063","tr_customer_id":177080,"tr_customer_product_id":177070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"79579249894297","imei1":"79579249894297","imei2":"79579249894297","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177064,"job_number":"JOB_177064","tr_customer_id":177081,"tr_customer_product_id":177071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"Ryley Rohan","mobile_number":"777-238-1965","email_id":"Alysa_Gleason@hotmail.com","dop":"2025-02-01","serial_number":"75373653138951","imei1":"75373653138951","imei2":"75373653138951","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177066,"job_number":"JOB_177066","tr_customer_id":177083,"tr_customer_product_id":177073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:29:09.000Z","modified_at":"2026-02-04T12:29:09.000Z","name":"Imani O'Keefe","mobile_number":"528-481-8222","email_id":"Taryn_Keeling@gmail.com","dop":"2026-01-04","serial_number":"15609221968326","imei1":"15609221968326","imei2":"15609221968326","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177067,"job_number":"JOB_177067","tr_customer_id":177084,"tr_customer_product_id":177074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"58712895675915","imei1":"58712895675915","imei2":"58712895675915","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177068,"job_number":"JOB_177068","tr_customer_id":177085,"tr_customer_product_id":177075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"Josh Gottlieb","mobile_number":"411-718-2531","email_id":"Eli.Hintz@hotmail.com","dop":"2025-02-01","serial_number":"19720460409828","imei1":"19720460409828","imei2":"19720460409828","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177070,"job_number":"JOB_177070","tr_customer_id":177087,"tr_customer_product_id":177077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:08.000Z","modified_at":"2026-02-04T12:33:08.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14775577894328","imei1":"14775577894328","imei2":"14775577894328","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177071,"job_number":"JOB_177071","tr_customer_id":177088,"tr_customer_product_id":177078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:09.000Z","modified_at":"2026-02-04T12:33:09.000Z","name":"Hank Ullrich","mobile_number":"632-763-0464","email_id":"Kyler_Gorczany@gmail.com","dop":"2025-02-01","serial_number":"34884447987679","imei1":"34884447987679","imei2":"34884447987679","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177073,"job_number":"JOB_177073","tr_customer_id":177090,"tr_customer_product_id":177080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:54.000Z","modified_at":"2026-02-04T12:33:54.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"94867494615627","imei1":"94867494615627","imei2":"94867494615627","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177074,"job_number":"JOB_177074","tr_customer_id":177091,"tr_customer_product_id":177081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:55.000Z","modified_at":"2026-02-04T12:33:55.000Z","name":"Johathan Cartwright","mobile_number":"296-997-8162","email_id":"Brooke_Marquardt@gmail.com","dop":"2025-02-01","serial_number":"41121450022266","imei1":"41121450022266","imei2":"41121450022266","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177076,"job_number":"JOB_177076","tr_customer_id":177093,"tr_customer_product_id":177083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:10:06.000Z","modified_at":"2026-02-04T13:10:06.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"77482599378766","imei1":"77482599378766","imei2":"77482599378766","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177077,"job_number":"JOB_177077","tr_customer_id":177094,"tr_customer_product_id":177084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:43.000Z","modified_at":"2026-02-04T13:22:43.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17199952250713","imei1":"17199952250713","imei2":"17199952250713","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177078,"job_number":"JOB_177078","tr_customer_id":177095,"tr_customer_product_id":177085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:49.000Z","modified_at":"2026-02-04T13:22:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"19807955640988","imei1":"19807955640988","imei2":"19807955640988","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177079,"job_number":"JOB_177079","tr_customer_id":177096,"tr_customer_product_id":177086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:52.000Z","modified_at":"2026-02-04T13:22:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15374522396832","imei1":"15374522396832","imei2":"15374522396832","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177080,"job_number":"JOB_177080","tr_customer_id":177097,"tr_customer_product_id":177087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:24:37.000Z","modified_at":"2026-02-04T13:24:37.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17087504355741","imei1":"17087504355741","imei2":"17087504355741","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177081,"job_number":"JOB_177081","tr_customer_id":177098,"tr_customer_product_id":177088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:27:17.000Z","modified_at":"2026-02-04T13:27:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"18840738938670","imei1":"18840738938670","imei2":"18840738938670","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177082,"job_number":"JOB_177082","tr_customer_id":177099,"tr_customer_product_id":177089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:29:41.000Z","modified_at":"2026-02-04T13:29:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15816067916974","imei1":"15816067916974","imei2":"15816067916974","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177089,"job_number":"JOB_177089","tr_customer_id":177106,"tr_customer_product_id":177096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:41:44.000Z","modified_at":"2026-02-04T13:41:44.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-25","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-25T13:41:43.109459152Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177091,"job_number":"JOB_177091","tr_customer_id":177108,"tr_customer_product_id":177098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:14.000Z","modified_at":"2026-02-04T13:49:14.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-25","serial_number":"27700110461009","imei1":"27700110461009","imei2":"27700110461009","popurl":"2026-01-25T13:49:13.056774185Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:57:57.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177094,"job_number":"JOB_177094","tr_customer_id":177111,"tr_customer_product_id":177101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:58.000Z","modified_at":"2026-02-04T13:57:58.000Z","name":"Gunner Walsh","mobile_number":"549-905-1539","email_id":"Abigail.Rolfson@hotmail.com","dop":"2025-05-30","serial_number":"15593917395712","imei1":"15593917395712","imei2":"15593917395712","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177095,"job_number":"JOB_177095","tr_customer_id":177112,"tr_customer_product_id":177102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:58:00.000Z","modified_at":"2026-02-04T13:58:00.000Z","name":"Roma Bechtelar","mobile_number":"743-813-1376","email_id":"Adelle_Smitham71@hotmail.com","dop":"2025-05-30","serial_number":"1378807263283678","imei1":"1378807263283678","imei2":"1378807263283678","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176750,"job_number":"JOB_176750","tr_customer_id":176767,"tr_customer_product_id":176757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108340007855730","imei1":"108340007855730","imei2":"108340007855730","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176752,"job_number":"JOB_176752","tr_customer_id":176769,"tr_customer_product_id":176759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"Destinee Kovacek","mobile_number":"502-200-8718","email_id":"Prince_Gottlieb9@hotmail.com","dop":"2025-06-09","serial_number":"107422094904784","imei1":"107422094904784","imei2":"107422094904784","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176753,"job_number":"JOB_176753","tr_customer_id":176770,"tr_customer_product_id":176760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104282484824161","imei1":"104282484824161","imei2":"104282484824161","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176755,"job_number":"JOB_176755","tr_customer_id":176772,"tr_customer_product_id":176762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Electa Lueilwitz","mobile_number":"371-559-7307","email_id":"Alessandra.Keeling@gmail.com","dop":"2025-06-09","serial_number":"106487929375273","imei1":"106487929375273","imei2":"106487929375273","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176758,"job_number":"JOB_176758","tr_customer_id":176775,"tr_customer_product_id":176765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101441515418479","imei1":"101441515418479","imei2":"101441515418479","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176760,"job_number":"JOB_176760","tr_customer_id":176777,"tr_customer_product_id":176767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Petra Hilpert","mobile_number":"463-514-3520","email_id":"Janet18@hotmail.com","dop":"2025-06-09","serial_number":"105955043591609","imei1":"105955043591609","imei2":"105955043591609","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176897,"job_number":"JOB_176897","tr_customer_id":176914,"tr_customer_product_id":176904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:48:55.000Z","modified_at":"2026-02-04T07:48:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Gustave_Pfeffer31@gmail.com","dop":"2025-07-02","serial_number":"15787147189209","imei1":"15787147189209","imei2":"15787147189209","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176898,"job_number":"JOB_176898","tr_customer_id":176915,"tr_customer_product_id":176905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:17.000Z","modified_at":"2026-02-04T07:49:17.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Adele.Ruecker@yahoo.com","dop":"2025-07-02","serial_number":"18607156575775","imei1":"18607156575775","imei2":"18607156575775","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176899,"job_number":"JOB_176899","tr_customer_id":176916,"tr_customer_product_id":176906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:38.000Z","modified_at":"2026-02-04T07:49:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guadalupe_Schowalter71@hotmail.com","dop":"2025-07-02","serial_number":"16285083658681","imei1":"16285083658681","imei2":"16285083658681","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176987,"job_number":"JOB_176987","tr_customer_id":177004,"tr_customer_product_id":176994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:14:23.000Z","modified_at":"2026-02-04T10:14:23.000Z","name":"Drake Kovacek","mobile_number":"729-752-4357","email_id":"Edwin.Koch83@hotmail.com","dop":"2026-01-06","serial_number":"10049849786226","imei1":"10049849786226","imei2":"10049849786226","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176988,"job_number":"JOB_176988","tr_customer_id":177005,"tr_customer_product_id":176995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:15.000Z","modified_at":"2026-02-04T10:24:15.000Z","name":"Bridget Harvey","mobile_number":"610-799-9672","email_id":"Crystal.Lowe@yahoo.com","dop":"2026-01-06","serial_number":"10652522871175","imei1":"10652522871175","imei2":"10652522871175","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176989,"job_number":"JOB_176989","tr_customer_id":177006,"tr_customer_product_id":176996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:55.000Z","modified_at":"2026-02-04T10:24:55.000Z","name":"Jesse Mayert","mobile_number":"978-867-2054","email_id":"Verna_Waters@hotmail.com","dop":"2026-01-06","serial_number":"10495688003968","imei1":"10495688003968","imei2":"10495688003968","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177026,"job_number":"JOB_177026","tr_customer_id":177043,"tr_customer_product_id":177033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:16:01.000Z","modified_at":"2026-02-04T11:16:01.000Z","name":"Reynold Yundt","mobile_number":"278-322-7056","email_id":"Davin.Von39@gmail.com","dop":"2026-01-06","serial_number":"10164157703219","imei1":"10164157703219","imei2":"10164157703219","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177027,"job_number":"JOB_177027","tr_customer_id":177044,"tr_customer_product_id":177034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:00.000Z","modified_at":"2026-02-04T11:26:00.000Z","name":"Deanna Lakin","mobile_number":"502-713-9661","email_id":"Maureen.Shields17@yahoo.com","dop":"2026-01-06","serial_number":"10595498693026","imei1":"10595498693026","imei2":"10595498693026","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177028,"job_number":"JOB_177028","tr_customer_id":177045,"tr_customer_product_id":177035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:44.000Z","modified_at":"2026-02-04T11:26:44.000Z","name":"Erich Schowalter","mobile_number":"301-875-8804","email_id":"Karine_Yost31@hotmail.com","dop":"2026-01-06","serial_number":"10498286637592","imei1":"10498286637592","imei2":"10498286637592","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177029,"job_number":"JOB_177029","tr_customer_id":177046,"tr_customer_product_id":177036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:27:04.000Z","modified_at":"2026-02-04T11:27:04.000Z","name":"Coby Hahn","mobile_number":"364-212-0618","email_id":"Trystan_Robel47@gmail.com","dop":"2026-01-06","serial_number":"10868657456142","imei1":"10868657456142","imei2":"10868657456142","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177031,"job_number":"JOB_177031","tr_customer_id":177048,"tr_customer_product_id":177038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:42:08.000Z","modified_at":"2026-02-04T11:42:08.000Z","name":"Coby Jacobson","mobile_number":"820-260-0899","email_id":"Narciso98@yahoo.com","dop":"2026-01-06","serial_number":"1017824063777275","imei1":"1017824063777275","imei2":"1017824063777275","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177083,"job_number":"JOB_177083","tr_customer_id":177100,"tr_customer_product_id":177090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:35:12.000Z","modified_at":"2026-02-04T13:35:12.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162090","imei1":"15957150162090","imei2":"15957150162090","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177084,"job_number":"JOB_177084","tr_customer_id":177101,"tr_customer_product_id":177091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177085,"job_number":"JOB_177085","tr_customer_id":177102,"tr_customer_product_id":177092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177086,"job_number":"JOB_177086","tr_customer_id":177103,"tr_customer_product_id":177093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177087,"job_number":"JOB_177087","tr_customer_id":177104,"tr_customer_product_id":177094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177088,"job_number":"JOB_177088","tr_customer_id":177105,"tr_customer_product_id":177095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177090,"job_number":"JOB_177090","tr_customer_id":177107,"tr_customer_product_id":177097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:09.000Z","modified_at":"2026-02-04T13:49:09.000Z","name":"Chitrali Achari","mobile_number":"8245536671","email_id":"akshainie.guneta@gmail.com","dop":"2026-01-25","serial_number":"566279805712715","imei1":"717661510415295","imei2":"862342177737491","popurl":"www.kalinda-nair.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177092,"job_number":"JOB_177092","tr_customer_id":177109,"tr_customer_product_id":177099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:50:34.000Z","modified_at":"2026-02-04T13:50:34.000Z","name":"Vishwamitra Johar","mobile_number":"8243093735","email_id":"ganesh.butt@gmail.com","dop":"2026-01-25","serial_number":"811401870701302","imei1":"436644173119385","imei2":"594026204612467","popurl":"www.jyotsana-marar.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176813,"job_number":"JOB_176813","tr_customer_id":176830,"tr_customer_product_id":176820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:57.000Z","modified_at":"2026-02-04T06:52:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10905456111216","imei1":"10905456111216","imei2":"10905456111216","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176815,"job_number":"JOB_176815","tr_customer_id":176832,"tr_customer_product_id":176822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:59.000Z","modified_at":"2026-02-04T06:52:59.000Z","name":"Misty Dietrich","mobile_number":"685-216-0613","email_id":"Van64@hotmail.com","dop":"2000-01-31","serial_number":"1037913115591944","imei1":"1037913115591944","imei2":"1037913115591944","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176822,"job_number":"JOB_176822","tr_customer_id":176839,"tr_customer_product_id":176829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:45.000Z","modified_at":"2026-02-04T06:53:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10108026856736","imei1":"10108026856736","imei2":"10108026856736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176824,"job_number":"JOB_176824","tr_customer_id":176841,"tr_customer_product_id":176831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:47.000Z","modified_at":"2026-02-04T06:53:47.000Z","name":"Mariah Carter","mobile_number":"824-705-2807","email_id":"Cleora.Bradtke41@hotmail.com","dop":"2000-01-31","serial_number":"1028803083099077","imei1":"1028803083099077","imei2":"1028803083099077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176834,"job_number":"JOB_176834","tr_customer_id":176851,"tr_customer_product_id":176841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:33.000Z","modified_at":"2026-02-04T06:54:33.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10563331625426","imei1":"10563331625426","imei2":"10563331625426","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176836,"job_number":"JOB_176836","tr_customer_id":176853,"tr_customer_product_id":176843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:34.000Z","modified_at":"2026-02-04T06:54:34.000Z","name":"Mose Parker","mobile_number":"608-750-3577","email_id":"Tamia_Will@hotmail.com","dop":"2000-01-31","serial_number":"1060387238021366","imei1":"1060387238021366","imei2":"1060387238021366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176840,"job_number":"JOB_176840","tr_customer_id":176857,"tr_customer_product_id":176847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:20.000Z","modified_at":"2026-02-04T06:55:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10746505687117","imei1":"10746505687117","imei2":"10746505687117","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176842,"job_number":"JOB_176842","tr_customer_id":176859,"tr_customer_product_id":176849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:22.000Z","modified_at":"2026-02-04T06:55:22.000Z","name":"Dejah Larson","mobile_number":"389-660-4246","email_id":"Julian57@hotmail.com","dop":"2000-01-31","serial_number":"1090969720614131","imei1":"1090969720614131","imei2":"1090969720614131","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0ODh9.NhdgimgcdialavGCoxprdxo9L-PEJOKUetUG7TlPDnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 91e11261-663c-4c10-9cc3-3d91b53e2264
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68105,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 296ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0ODh9.NhdgimgcdialavGCoxprdxo9L-PEJOKUetUG7TlPDnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 478883cd-2c6f-47d4-ab1e-3bbc741f9042
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 177093,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f66f7-gVdVNYzsbtArQeNVbvrpUvuD5ig"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 346ms
Mean size per request: 460.63KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0ODh9.NhdgimgcdialavGCoxprdxo9L-PEJOKUetUG7TlPDnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bf0624b7-878b-40cd-b091-7c016a8cab64
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"73280-QpJEuPAxnXHv88jaTPp0XND2DnQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176749,"job_number":"JOB_176749","tr_customer_id":176766,"tr_customer_product_id":176756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:35:15.000Z","modified_at":"2026-02-04T06:35:15.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000571917300","imei1":"10000571017301","imei2":"10000051817302","popurl":"2026-01-25T06:35:15.339250600Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:35:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176756,"job_number":"JOB_176756","tr_customer_id":176773,"tr_customer_product_id":176763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:25.000Z","modified_at":"2026-02-04T06:37:25.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109467452676855","imei1":"109467452676855","imei2":"109467452676855","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176761,"job_number":"JOB_176761","tr_customer_id":176778,"tr_customer_product_id":176768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:40.000Z","modified_at":"2026-02-04T06:37:40.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000671917300","imei1":"10000671017301","imei2":"10000061817302","popurl":"2026-01-25T06:37:40.004938Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176762,"job_number":"JOB_176762","tr_customer_id":176779,"tr_customer_product_id":176769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:14.000Z","modified_at":"2026-02-04T06:38:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105808998409499","imei1":"105808998409499","imei2":"105808998409499","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176767,"job_number":"JOB_176767","tr_customer_id":176784,"tr_customer_product_id":176774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:03.000Z","modified_at":"2026-02-04T06:39:03.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104838426111240","imei1":"104838426111240","imei2":"104838426111240","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176769,"job_number":"JOB_176769","tr_customer_id":176786,"tr_customer_product_id":176776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:16.000Z","modified_at":"2026-02-04T06:39:16.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10556773782240","imei1":"10556773782240","imei2":"10556773782240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176771,"job_number":"JOB_176771","tr_customer_id":176788,"tr_customer_product_id":176778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:17.000Z","modified_at":"2026-02-04T06:39:17.000Z","name":"Meda Morar","mobile_number":"649-864-4917","email_id":"Hadley.Brown92@yahoo.com","dop":"2025-06-18","serial_number":"1088488536829495","imei1":"1088488536829495","imei2":"1088488536829495","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176773,"job_number":"JOB_176773","tr_customer_id":176790,"tr_customer_product_id":176780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:22.000Z","modified_at":"2026-02-04T06:39:22.000Z","name":"Winnifred McLaughlin","mobile_number":"286-474-9357","email_id":"Elvie.Weissnat36@hotmail.com","dop":"2025-04-06","serial_number":"13213865836896608","imei1":"13213865836896608","imei2":"13213865836896608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176774,"job_number":"JOB_176774","tr_customer_id":176791,"tr_customer_product_id":176781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:08.000Z","modified_at":"2026-02-04T06:40:08.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10136622504324","imei1":"10136622504324","imei2":"10136622504324","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176776,"job_number":"JOB_176776","tr_customer_id":176793,"tr_customer_product_id":176783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:09.000Z","modified_at":"2026-02-04T06:40:09.000Z","name":"Jean Strosin","mobile_number":"774-797-4342","email_id":"Adolph84@hotmail.com","dop":"2025-06-18","serial_number":"1008346859110637","imei1":"1008346859110637","imei2":"1008346859110637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176777,"job_number":"JOB_176777","tr_customer_id":176794,"tr_customer_product_id":176784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:34.000Z","modified_at":"2026-02-04T06:40:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11306483055780","imei1":"11306483055780","imei2":"11306483055780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176779,"job_number":"JOB_176779","tr_customer_id":176796,"tr_customer_product_id":176786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:35.000Z","modified_at":"2026-02-04T06:40:35.000Z","name":"Anne Kohler","mobile_number":"646-276-5323","email_id":"Giuseppe99@gmail.com","dop":"2025-04-06","serial_number":"10122348091235562","imei1":"10122348091235562","imei2":"10122348091235562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:40:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176780,"job_number":"JOB_176780","tr_customer_id":176797,"tr_customer_product_id":176787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:22.000Z","modified_at":"2026-02-04T06:41:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15697703473341","imei1":"15697703473341","imei2":"15697703473341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176782,"job_number":"JOB_176782","tr_customer_id":176799,"tr_customer_product_id":176789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:24.000Z","modified_at":"2026-02-04T06:41:24.000Z","name":"Charles Schumm","mobile_number":"660-573-6891","email_id":"Stone9@gmail.com","dop":"2025-04-06","serial_number":"18172260366394136","imei1":"18172260366394136","imei2":"18172260366394136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176783,"job_number":"JOB_176783","tr_customer_id":176800,"tr_customer_product_id":176790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:09.000Z","modified_at":"2026-02-04T06:42:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19026898101899","imei1":"19026898101899","imei2":"19026898101899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176785,"job_number":"JOB_176785","tr_customer_id":176802,"tr_customer_product_id":176792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:11.000Z","modified_at":"2026-02-04T06:42:11.000Z","name":"Stephanie Mraz","mobile_number":"472-216-4112","email_id":"Jeramie.Nitzsche28@hotmail.com","dop":"2025-04-06","serial_number":"16938855388452676","imei1":"16938855388452676","imei2":"16938855388452676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176786,"job_number":"JOB_176786","tr_customer_id":176803,"tr_customer_product_id":176793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:40.000Z","modified_at":"2026-02-04T06:42:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16222102474690","imei1":"16222102474690","imei2":"16222102474690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176788,"job_number":"JOB_176788","tr_customer_id":176805,"tr_customer_product_id":176795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:42.000Z","modified_at":"2026-02-04T06:42:42.000Z","name":"Jarrod Boyle","mobile_number":"913-200-2831","email_id":"Keven.Barton@yahoo.com","dop":"2025-04-06","serial_number":"18173978254419480","imei1":"18173978254419480","imei2":"18173978254419480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176789,"job_number":"JOB_176789","tr_customer_id":176806,"tr_customer_product_id":176796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:29.000Z","modified_at":"2026-02-04T06:43:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17881802168912","imei1":"17881802168912","imei2":"17881802168912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176791,"job_number":"JOB_176791","tr_customer_id":176808,"tr_customer_product_id":176798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:30.000Z","modified_at":"2026-02-04T06:43:30.000Z","name":"Arthur Terry","mobile_number":"821-964-7596","email_id":"Rosetta.Quitzon41@gmail.com","dop":"2025-04-06","serial_number":"12054773676001446","imei1":"12054773676001446","imei2":"12054773676001446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176792,"job_number":"JOB_176792","tr_customer_id":176809,"tr_customer_product_id":176799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:16.000Z","modified_at":"2026-02-04T06:44:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12718590534378","imei1":"12718590534378","imei2":"12718590534378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176794,"job_number":"JOB_176794","tr_customer_id":176811,"tr_customer_product_id":176801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:18.000Z","modified_at":"2026-02-04T06:44:18.000Z","name":"Kennith Koch","mobile_number":"523-739-2558","email_id":"Pietro57@gmail.com","dop":"2025-04-06","serial_number":"16310320333621812","imei1":"16310320333621812","imei2":"16310320333621812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176796,"job_number":"JOB_176796","tr_customer_id":176813,"tr_customer_product_id":176803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:24.000Z","modified_at":"2026-02-04T06:45:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16344315738281","imei1":"16344315738281","imei2":"16344315738281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176798,"job_number":"JOB_176798","tr_customer_id":176815,"tr_customer_product_id":176805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:25.000Z","modified_at":"2026-02-04T06:45:25.000Z","name":"Thaddeus Klocko","mobile_number":"614-774-7085","email_id":"Candice_Leannon5@gmail.com","dop":"2025-04-06","serial_number":"10603913660394586","imei1":"10603913660394586","imei2":"10603913660394586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176799,"job_number":"JOB_176799","tr_customer_id":176816,"tr_customer_product_id":176806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:12.000Z","modified_at":"2026-02-04T06:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17022391708038","imei1":"17022391708038","imei2":"17022391708038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176801,"job_number":"JOB_176801","tr_customer_id":176818,"tr_customer_product_id":176808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:14.000Z","modified_at":"2026-02-04T06:46:14.000Z","name":"Meaghan Ritchie","mobile_number":"485-258-6316","email_id":"Bernadine.Walter@gmail.com","dop":"2025-04-06","serial_number":"13436115505015792","imei1":"13436115505015792","imei2":"13436115505015792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176802,"job_number":"JOB_176802","tr_customer_id":176819,"tr_customer_product_id":176809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:00.000Z","modified_at":"2026-02-04T06:47:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13263622890391","imei1":"13263622890391","imei2":"13263622890391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176804,"job_number":"JOB_176804","tr_customer_id":176821,"tr_customer_product_id":176811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:01.000Z","modified_at":"2026-02-04T06:47:01.000Z","name":"Lonnie Kreiger","mobile_number":"718-513-4450","email_id":"Hiram_Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15398767579700470","imei1":"15398767579700470","imei2":"15398767579700470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176806,"job_number":"JOB_176806","tr_customer_id":176823,"tr_customer_product_id":176813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:51:19.000Z","modified_at":"2026-02-04T06:51:19.000Z","name":"Orville Oberbrunner","mobile_number":"251-275-9641","email_id":"Maximillia_Lemke57@hotmail.com","dop":"2025-04-06","serial_number":"11034218713316172","imei1":"11034218713316172","imei2":"11034218713316172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176807,"job_number":"JOB_176807","tr_customer_id":176824,"tr_customer_product_id":176814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:38.000Z","modified_at":"2026-02-04T06:52:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151415031528","imei1":"18151415031528","imei2":"18151415031528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176809,"job_number":"JOB_176809","tr_customer_id":176826,"tr_customer_product_id":176816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:40.000Z","modified_at":"2026-02-04T06:52:40.000Z","name":"Cortney McCullough","mobile_number":"277-698-1518","email_id":"Burnice.Ledner@hotmail.com","dop":"2025-04-06","serial_number":"15883677345820860","imei1":"15883677345820860","imei2":"15883677345820860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176810,"job_number":"JOB_176810","tr_customer_id":176827,"tr_customer_product_id":176817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:54.000Z","modified_at":"2026-02-04T06:52:54.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17634599089101","imei1":"17634599089101","imei2":"17634599089101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176812,"job_number":"JOB_176812","tr_customer_id":176829,"tr_customer_product_id":176819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:56.000Z","modified_at":"2026-02-04T06:52:56.000Z","name":"Louie Johnson","mobile_number":"754-316-4928","email_id":"Bert49@gmail.com","dop":"2025-04-06","serial_number":"11866253342877496","imei1":"11866253342877496","imei2":"11866253342877496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176816,"job_number":"JOB_176816","tr_customer_id":176833,"tr_customer_product_id":176823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:25.000Z","modified_at":"2026-02-04T06:53:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14841969951716","imei1":"14841969951716","imei2":"14841969951716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176818,"job_number":"JOB_176818","tr_customer_id":176835,"tr_customer_product_id":176825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:26.000Z","modified_at":"2026-02-04T06:53:26.000Z","name":"Mozelle Beier","mobile_number":"304-716-3783","email_id":"Norris_Gleichner91@gmail.com","dop":"2025-04-06","serial_number":"11211919554825276","imei1":"11211919554825276","imei2":"11211919554825276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176819,"job_number":"JOB_176819","tr_customer_id":176836,"tr_customer_product_id":176826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:40.000Z","modified_at":"2026-02-04T06:53:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10471178019657","imei1":"10471178019657","imei2":"10471178019657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176821,"job_number":"JOB_176821","tr_customer_id":176838,"tr_customer_product_id":176828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:42.000Z","modified_at":"2026-02-04T06:53:42.000Z","name":"Dangelo Daugherty","mobile_number":"971-243-9069","email_id":"Dariana_Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"12358207551006692","imei1":"12358207551006692","imei2":"12358207551006692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176825,"job_number":"JOB_176825","tr_customer_id":176842,"tr_customer_product_id":176832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:09.000Z","modified_at":"2026-02-04T06:54:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256882178155","imei1":"18256882178155","imei2":"18256882178155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176827,"job_number":"JOB_176827","tr_customer_id":176844,"tr_customer_product_id":176834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18719836617783","imei1":"18719836617783","imei2":"18719836617783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176829,"job_number":"JOB_176829","tr_customer_id":176846,"tr_customer_product_id":176836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:11.000Z","modified_at":"2026-02-04T06:54:11.000Z","name":"Vivianne Lindgren","mobile_number":"822-982-3785","email_id":"Ian.Goodwin86@gmail.com","dop":"2025-04-06","serial_number":"14405932654558460","imei1":"14405932654558460","imei2":"14405932654558460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176830,"job_number":"JOB_176830","tr_customer_id":176847,"tr_customer_product_id":176837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:12.000Z","modified_at":"2026-02-04T06:54:12.000Z","name":"Elaina Ondricka","mobile_number":"957-757-0898","email_id":"Lexus92@gmail.com","dop":"2025-04-06","serial_number":"16882268492996790","imei1":"16882268492996790","imei2":"16882268492996790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176831,"job_number":"JOB_176831","tr_customer_id":176848,"tr_customer_product_id":176838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:26.000Z","modified_at":"2026-02-04T06:54:26.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10358783354710","imei1":"10358783354710","imei2":"10358783354710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176833,"job_number":"JOB_176833","tr_customer_id":176850,"tr_customer_product_id":176840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:28.000Z","modified_at":"2026-02-04T06:54:28.000Z","name":"Moshe Wisoky","mobile_number":"884-899-5463","email_id":"Theo85@yahoo.com","dop":"2025-04-06","serial_number":"14077937882959564","imei1":"14077937882959564","imei2":"14077937882959564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176837,"job_number":"JOB_176837","tr_customer_id":176854,"tr_customer_product_id":176844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:56.000Z","modified_at":"2026-02-04T06:54:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15450305710266","imei1":"15450305710266","imei2":"15450305710266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176839,"job_number":"JOB_176839","tr_customer_id":176856,"tr_customer_product_id":176846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:58.000Z","modified_at":"2026-02-04T06:54:58.000Z","name":"Garnet McDermott","mobile_number":"664-908-1779","email_id":"Dudley_Strosin@yahoo.com","dop":"2025-04-06","serial_number":"19389872233651690","imei1":"19389872233651690","imei2":"19389872233651690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176843,"job_number":"JOB_176843","tr_customer_id":176860,"tr_customer_product_id":176850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:42.000Z","modified_at":"2026-02-04T06:55:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15463580651719","imei1":"15463580651719","imei2":"15463580651719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176845,"job_number":"JOB_176845","tr_customer_id":176862,"tr_customer_product_id":176852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:44.000Z","modified_at":"2026-02-04T06:55:44.000Z","name":"Adolf Brakus","mobile_number":"799-875-0420","email_id":"Norval_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"11566113473646940","imei1":"11566113473646940","imei2":"11566113473646940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176846,"job_number":"JOB_176846","tr_customer_id":176863,"tr_customer_product_id":176853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:00.000Z","modified_at":"2026-02-04T06:59:00.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17250794554640","imei1":"17250794554640","imei2":"17250794554640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176848,"job_number":"JOB_176848","tr_customer_id":176865,"tr_customer_product_id":176855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:02.000Z","modified_at":"2026-02-04T06:59:02.000Z","name":"Curt Schuster","mobile_number":"439-454-7707","email_id":"Arlo.Cole77@yahoo.com","dop":"2025-04-06","serial_number":"12662005741676300","imei1":"12662005741676300","imei2":"12662005741676300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176849,"job_number":"JOB_176849","tr_customer_id":176866,"tr_customer_product_id":176856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:17.000Z","modified_at":"2026-02-04T06:59:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12262122722955","imei1":"12262122722955","imei2":"12262122722955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176851,"job_number":"JOB_176851","tr_customer_id":176868,"tr_customer_product_id":176858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:19.000Z","modified_at":"2026-02-04T06:59:19.000Z","name":"Cornell Gusikowski","mobile_number":"732-474-1833","email_id":"Luna.Cormier@yahoo.com","dop":"2025-04-06","serial_number":"16667177391289508","imei1":"16667177391289508","imei2":"16667177391289508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176852,"job_number":"JOB_176852","tr_customer_id":176869,"tr_customer_product_id":176859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:42.000Z","modified_at":"2026-02-04T06:59:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16418611847633","imei1":"16418611847633","imei2":"16418611847633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176854,"job_number":"JOB_176854","tr_customer_id":176871,"tr_customer_product_id":176861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:44.000Z","modified_at":"2026-02-04T06:59:44.000Z","name":"Litzy Smith","mobile_number":"604-451-8972","email_id":"Deshaun.Terry@hotmail.com","dop":"2025-04-06","serial_number":"10102493794889132","imei1":"10102493794889132","imei2":"10102493794889132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176855,"job_number":"JOB_176855","tr_customer_id":176872,"tr_customer_product_id":176862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:50.000Z","modified_at":"2026-02-04T06:59:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19878724389562","imei1":"19878724389562","imei2":"19878724389562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176857,"job_number":"JOB_176857","tr_customer_id":176874,"tr_customer_product_id":176864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:52.000Z","modified_at":"2026-02-04T06:59:52.000Z","name":"Mya Conn","mobile_number":"929-684-6724","email_id":"Ellen90@hotmail.com","dop":"2025-04-06","serial_number":"17090701524237660","imei1":"17090701524237660","imei2":"17090701524237660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176858,"job_number":"JOB_176858","tr_customer_id":176875,"tr_customer_product_id":176865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:05.000Z","modified_at":"2026-02-04T07:00:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12363618430798","imei1":"12363618430798","imei2":"12363618430798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176860,"job_number":"JOB_176860","tr_customer_id":176877,"tr_customer_product_id":176867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:06.000Z","modified_at":"2026-02-04T07:00:06.000Z","name":"Viviane Herman","mobile_number":"917-986-5780","email_id":"Murray.Waters@gmail.com","dop":"2025-04-06","serial_number":"12886955995318250","imei1":"12886955995318250","imei2":"12886955995318250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176862,"job_number":"JOB_176862","tr_customer_id":176879,"tr_customer_product_id":176869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:26.000Z","modified_at":"2026-02-04T07:00:26.000Z","name":"Skylar Rippin","mobile_number":"564-732-9836","email_id":"Bettie34@gmail.com","dop":"2025-04-06","serial_number":"14946874125886812","imei1":"14946874125886812","imei2":"14946874125886812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176864,"job_number":"JOB_176864","tr_customer_id":176881,"tr_customer_product_id":176871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:28.000Z","modified_at":"2026-02-04T07:00:28.000Z","name":"Sarah Pfeffer","mobile_number":"328-443-1979","email_id":"Hipolito_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19193621071201900","imei1":"19193621071201900","imei2":"19193621071201900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176865,"job_number":"JOB_176865","tr_customer_id":176882,"tr_customer_product_id":176872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:34.000Z","modified_at":"2026-02-04T07:00:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11703895170489","imei1":"11703895170489","imei2":"11703895170489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176867,"job_number":"JOB_176867","tr_customer_id":176884,"tr_customer_product_id":176874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:36.000Z","modified_at":"2026-02-04T07:00:36.000Z","name":"Deonte Wiza","mobile_number":"288-490-2349","email_id":"Kenna26@gmail.com","dop":"2025-04-06","serial_number":"14689983834876694","imei1":"14689983834876694","imei2":"14689983834876694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176868,"job_number":"JOB_176868","tr_customer_id":176885,"tr_customer_product_id":176875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:40.000Z","modified_at":"2026-02-04T07:00:40.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"12108290943663","imei1":"12108290943663","imei2":"12108290943663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176870,"job_number":"JOB_176870","tr_customer_id":176887,"tr_customer_product_id":176877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:42.000Z","modified_at":"2026-02-04T07:00:42.000Z","name":"Gaetano Kessler","mobile_number":"642-851-7184","email_id":"Liliana42@gmail.com","dop":"2025-04-06","serial_number":"18670126095900050","imei1":"18670126095900050","imei2":"18670126095900050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176871,"job_number":"JOB_176871","tr_customer_id":176888,"tr_customer_product_id":176878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:52.000Z","modified_at":"2026-02-04T07:00:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18437109585289","imei1":"18437109585289","imei2":"18437109585289","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176873,"job_number":"JOB_176873","tr_customer_id":176890,"tr_customer_product_id":176880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:53.000Z","modified_at":"2026-02-04T07:00:53.000Z","name":"Elyssa Kshlerin","mobile_number":"372-458-5126","email_id":"Maxime_Walker81@yahoo.com","dop":"2025-04-06","serial_number":"13051102664444396","imei1":"13051102664444396","imei2":"13051102664444396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176874,"job_number":"JOB_176874","tr_customer_id":176891,"tr_customer_product_id":176881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:26.000Z","modified_at":"2026-02-04T07:01:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16948694891387","imei1":"16948694891387","imei2":"16948694891387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176876,"job_number":"JOB_176876","tr_customer_id":176893,"tr_customer_product_id":176883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:28.000Z","modified_at":"2026-02-04T07:01:28.000Z","name":"Donny McGlynn","mobile_number":"645-596-9215","email_id":"Adrain_Wisoky39@gmail.com","dop":"2025-04-06","serial_number":"13580902858992318","imei1":"13580902858992318","imei2":"13580902858992318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176877,"job_number":"JOB_176877","tr_customer_id":176894,"tr_customer_product_id":176884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:36.000Z","modified_at":"2026-02-04T07:03:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11732668489445","imei1":"11732668489445","imei2":"11732668489445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176879,"job_number":"JOB_176879","tr_customer_id":176896,"tr_customer_product_id":176886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:38.000Z","modified_at":"2026-02-04T07:03:38.000Z","name":"Monserrate Dickinson","mobile_number":"291-664-4654","email_id":"Alfreda_Dickinson83@hotmail.com","dop":"2025-04-06","serial_number":"19817876698493320","imei1":"19817876698493320","imei2":"19817876698493320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176881,"job_number":"JOB_176881","tr_customer_id":176898,"tr_customer_product_id":176888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:43.000Z","modified_at":"2026-02-04T07:03:43.000Z","name":"Marie Pagac","mobile_number":"336-738-5310","email_id":"Chester.OReilly30@gmail.com","dop":"2025-04-06","serial_number":"15088614550139698","imei1":"15088614550139698","imei2":"15088614550139698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:03:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176882,"job_number":"JOB_176882","tr_customer_id":176899,"tr_customer_product_id":176889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:27.000Z","modified_at":"2026-02-04T07:04:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15704809715392","imei1":"15704809715392","imei2":"15704809715392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176884,"job_number":"JOB_176884","tr_customer_id":176901,"tr_customer_product_id":176891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:29.000Z","modified_at":"2026-02-04T07:04:29.000Z","name":"Salma Schowalter","mobile_number":"999-352-2106","email_id":"Henderson.Gorczany45@yahoo.com","dop":"2025-04-06","serial_number":"16825402503846114","imei1":"16825402503846114","imei2":"16825402503846114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176885,"job_number":"JOB_176885","tr_customer_id":176902,"tr_customer_product_id":176892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:18.000Z","modified_at":"2026-02-04T07:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19301773139843","imei1":"19301773139843","imei2":"19301773139843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176887,"job_number":"JOB_176887","tr_customer_id":176904,"tr_customer_product_id":176894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:20.000Z","modified_at":"2026-02-04T07:05:20.000Z","name":"Melany Morissette","mobile_number":"763-378-7501","email_id":"Ned_Johns@gmail.com","dop":"2025-04-06","serial_number":"12040749721970538","imei1":"12040749721970538","imei2":"12040749721970538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176888,"job_number":"JOB_176888","tr_customer_id":176905,"tr_customer_product_id":176895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:00.000Z","modified_at":"2026-02-04T07:32:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17599156827551","imei1":"17599156827551","imei2":"17599156827551","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176890,"job_number":"JOB_176890","tr_customer_id":176907,"tr_customer_product_id":176897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:14.000Z","modified_at":"2026-02-04T07:32:14.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15124988821955","imei1":"15124988821955","imei2":"15124988821955","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176892,"job_number":"JOB_176892","tr_customer_id":176909,"tr_customer_product_id":176899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:29.000Z","modified_at":"2026-02-04T07:32:29.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11212478795249","imei1":"11212478795249","imei2":"11212478795249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176901,"job_number":"JOB_176901","tr_customer_id":176918,"tr_customer_product_id":176908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:59:57.000Z","modified_at":"2026-02-04T07:59:57.000Z","name":"Twila Botsford","mobile_number":"247-393-9663","email_id":"Lucas.Brekke34@gmail.com","dop":"2025-04-06","serial_number":"14928981121066096","imei1":"14928981121066096","imei2":"14928981121066096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176906,"job_number":"JOB_176906","tr_customer_id":176923,"tr_customer_product_id":176913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:01:14.000Z","modified_at":"2026-02-04T08:01:14.000Z","name":"Newell Turner","mobile_number":"407-591-4616","email_id":"Dario.Abbott@gmail.com","dop":"2025-04-06","serial_number":"14951816742150260","imei1":"14951816742150260","imei2":"14951816742150260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176908,"job_number":"JOB_176908","tr_customer_id":176925,"tr_customer_product_id":176915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:05:31.000Z","modified_at":"2026-02-04T08:05:31.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"66567876543454","imei1":"66567876543454","imei2":"66567876543454","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:05:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176909,"job_number":"JOB_176909","tr_customer_id":176926,"tr_customer_product_id":176916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"79258917360507","imei1":"79258917360507","imei2":"79258917360507","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176910,"job_number":"JOB_176910","tr_customer_id":176927,"tr_customer_product_id":176917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:13.000Z","modified_at":"2026-02-04T08:25:13.000Z","name":"Sid Pfeffer","mobile_number":"262-375-1256","email_id":"Jerald79@hotmail.com","dop":"2025-02-01","serial_number":"77150080747655","imei1":"77150080747655","imei2":"77150080747655","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176912,"job_number":"JOB_176912","tr_customer_id":176929,"tr_customer_product_id":176919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:45.000Z","modified_at":"2026-02-04T08:25:45.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176913,"job_number":"JOB_176913","tr_customer_id":176930,"tr_customer_product_id":176920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"101632796032141","imei1":"101632796032141","imei2":"101632796032141","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176914,"job_number":"JOB_176914","tr_customer_id":176931,"tr_customer_product_id":176921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:47.000Z","modified_at":"2026-02-04T08:25:47.000Z","name":"Liana Sanford","mobile_number":"968-201-7772","email_id":"Isai85@gmail.com","dop":"2025-02-01","serial_number":"59450164193688","imei1":"59450164193688","imei2":"59450164193688","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176916,"job_number":"JOB_176916","tr_customer_id":176933,"tr_customer_product_id":176923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"93704751927621","imei1":"93704751927621","imei2":"93704751927621","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176917,"job_number":"JOB_176917","tr_customer_id":176934,"tr_customer_product_id":176924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:20.000Z","modified_at":"2026-02-04T08:26:20.000Z","name":"Daniella Prosacco","mobile_number":"876-696-8699","email_id":"Flo_Torp25@hotmail.com","dop":"2025-02-01","serial_number":"69661508006582","imei1":"69661508006582","imei2":"69661508006582","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176919,"job_number":"JOB_176919","tr_customer_id":176936,"tr_customer_product_id":176926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:19.000Z","modified_at":"2026-02-04T08:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10124581043668","imei1":"10124581043668","imei2":"10124581043668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176921,"job_number":"JOB_176921","tr_customer_id":176938,"tr_customer_product_id":176928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:21.000Z","modified_at":"2026-02-04T08:27:21.000Z","name":"Clovis Simonis","mobile_number":"328-211-6253","email_id":"Pedro19@hotmail.com","dop":"2025-04-06","serial_number":"10114624788406122","imei1":"10114624788406122","imei2":"10114624788406122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176922,"job_number":"JOB_176922","tr_customer_id":176939,"tr_customer_product_id":176929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:14.000Z","modified_at":"2026-02-04T08:28:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10970502121675","imei1":"10970502121675","imei2":"10970502121675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176924,"job_number":"JOB_176924","tr_customer_id":176941,"tr_customer_product_id":176931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:16.000Z","modified_at":"2026-02-04T08:28:16.000Z","name":"Autumn Predovic","mobile_number":"732-385-2023","email_id":"Marianne_Fritsch8@yahoo.com","dop":"2025-04-06","serial_number":"11860826289905894","imei1":"11860826289905894","imei2":"11860826289905894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176925,"job_number":"JOB_176925","tr_customer_id":176942,"tr_customer_product_id":176932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:09.000Z","modified_at":"2026-02-04T08:29:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15066753956450","imei1":"15066753956450","imei2":"15066753956450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176927,"job_number":"JOB_176927","tr_customer_id":176944,"tr_customer_product_id":176934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:11.000Z","modified_at":"2026-02-04T08:29:11.000Z","name":"Antonia Pfeffer","mobile_number":"223-580-6633","email_id":"Luisa.Hegmann33@yahoo.com","dop":"2025-04-06","serial_number":"18844486827310744","imei1":"18844486827310744","imei2":"18844486827310744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176928,"job_number":"JOB_176928","tr_customer_id":176945,"tr_customer_product_id":176935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:30:40.000Z","modified_at":"2026-02-04T08:30:40.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"12868080764317","imei1":"12868080764317","imei2":"12868080764317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176929,"job_number":"JOB_176929","tr_customer_id":176946,"tr_customer_product_id":176936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:37:28.000Z","modified_at":"2026-02-04T08:37:28.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"16843095456094","imei1":"16843095456094","imei2":"16843095456094","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176931,"job_number":"JOB_176931","tr_customer_id":176948,"tr_customer_product_id":176938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"98063759561283","imei1":"98063759561283","imei2":"98063759561283","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176932,"job_number":"JOB_176932","tr_customer_id":176949,"tr_customer_product_id":176939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:28.000Z","modified_at":"2026-02-04T08:42:28.000Z","name":"Teresa Armstrong","mobile_number":"896-293-6521","email_id":"Sarah.Schaden@yahoo.com","dop":"2025-02-01","serial_number":"18633174373492","imei1":"18633174373492","imei2":"18633174373492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176934,"job_number":"JOB_176934","tr_customer_id":176951,"tr_customer_product_id":176941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"99058277256487","imei1":"99058277256487","imei2":"99058277256487","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176935,"job_number":"JOB_176935","tr_customer_id":176952,"tr_customer_product_id":176942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:01.000Z","modified_at":"2026-02-04T08:43:01.000Z","name":"Van Schaden","mobile_number":"440-350-6702","email_id":"Mariela.Murray63@yahoo.com","dop":"2025-02-01","serial_number":"92283328969218","imei1":"92283328969218","imei2":"92283328969218","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176937,"job_number":"JOB_176937","tr_customer_id":176954,"tr_customer_product_id":176944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"62052203482650","imei1":"62052203482650","imei2":"62052203482650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176938,"job_number":"JOB_176938","tr_customer_id":176955,"tr_customer_product_id":176945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:34.000Z","modified_at":"2026-02-04T08:43:34.000Z","name":"Rickey Dietrich","mobile_number":"590-919-5804","email_id":"Alison_Williamson@hotmail.com","dop":"2025-02-01","serial_number":"107072844745610","imei1":"107072844745610","imei2":"107072844745610","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T08:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176940,"job_number":"JOB_176940","tr_customer_id":176957,"tr_customer_product_id":176947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"67727010511975","imei1":"67727010511975","imei2":"67727010511975","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176941,"job_number":"JOB_176941","tr_customer_id":176958,"tr_customer_product_id":176948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:32.000Z","modified_at":"2026-02-04T09:13:32.000Z","name":"Michael Armstrong","mobile_number":"699-619-5044","email_id":"Aidan.Beier92@hotmail.com","dop":"2025-02-01","serial_number":"72396387964605","imei1":"72396387964605","imei2":"72396387964605","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176942,"job_number":"JOB_176942","tr_customer_id":176959,"tr_customer_product_id":176949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:33.000Z","modified_at":"2026-02-04T09:13:33.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"30187725851862510","imei1":"30187725851862510","imei2":"30187725851862510","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176944,"job_number":"JOB_176944","tr_customer_id":176961,"tr_customer_product_id":176951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"69253303838715","imei1":"69253303838715","imei2":"69253303838715","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176945,"job_number":"JOB_176945","tr_customer_id":176962,"tr_customer_product_id":176952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:05.000Z","modified_at":"2026-02-04T09:14:05.000Z","name":"Timmothy Durgan","mobile_number":"303-522-5900","email_id":"Jordi_Bednar93@gmail.com","dop":"2025-02-01","serial_number":"85390630290452","imei1":"85390630290452","imei2":"85390630290452","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176947,"job_number":"JOB_176947","tr_customer_id":176964,"tr_customer_product_id":176954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:37.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"45913167663625","imei1":"45913167663625","imei2":"45913167663625","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176948,"job_number":"JOB_176948","tr_customer_id":176965,"tr_customer_product_id":176955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:38.000Z","modified_at":"2026-02-04T09:14:38.000Z","name":"Gideon Waters","mobile_number":"630-783-2548","email_id":"Alana.Yundt71@hotmail.com","dop":"2025-02-01","serial_number":"85089978354820","imei1":"85089978354820","imei2":"85089978354820","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176951,"job_number":"JOB_176951","tr_customer_id":176968,"tr_customer_product_id":176958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:31.000Z","modified_at":"2026-02-04T09:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10885796710853","imei1":"10885796710853","imei2":"10885796710853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176953,"job_number":"JOB_176953","tr_customer_id":176970,"tr_customer_product_id":176960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:33.000Z","modified_at":"2026-02-04T09:31:33.000Z","name":"Felipe Gerlach","mobile_number":"822-657-2116","email_id":"Roberto.Gleichner3@gmail.com","dop":"2025-04-06","serial_number":"13298312478570356","imei1":"13298312478570356","imei2":"13298312478570356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176954,"job_number":"JOB_176954","tr_customer_id":176971,"tr_customer_product_id":176961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:23.000Z","modified_at":"2026-02-04T09:32:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17013489530981","imei1":"17013489530981","imei2":"17013489530981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176956,"job_number":"JOB_176956","tr_customer_id":176973,"tr_customer_product_id":176963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:25.000Z","modified_at":"2026-02-04T09:32:25.000Z","name":"Schuyler West","mobile_number":"699-443-7217","email_id":"Ayla_Kassulke@gmail.com","dop":"2025-04-06","serial_number":"15127703293675654","imei1":"15127703293675654","imei2":"15127703293675654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176957,"job_number":"JOB_176957","tr_customer_id":176974,"tr_customer_product_id":176964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:14.000Z","modified_at":"2026-02-04T09:33:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990905830905","imei1":"10990905830905","imei2":"10990905830905","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176959,"job_number":"JOB_176959","tr_customer_id":176976,"tr_customer_product_id":176966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:16.000Z","modified_at":"2026-02-04T09:33:16.000Z","name":"Camila Frami","mobile_number":"987-990-6187","email_id":"Floy92@gmail.com","dop":"2025-04-06","serial_number":"16022479385566246","imei1":"16022479385566246","imei2":"16022479385566246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T09:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176960,"job_number":"JOB_176960","tr_customer_id":176977,"tr_customer_product_id":176967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:04.000Z","modified_at":"2026-02-04T10:05:04.000Z","name":"Madisyn Nitzsche","mobile_number":"942-721-6787","email_id":"Albert_Bartell16@hotmail.com","dop":"2025-09-09","serial_number":"18566380582534","imei1":"18566380582534","imei2":"18566380582534","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176961,"job_number":"JOB_176961","tr_customer_id":176978,"tr_customer_product_id":176968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:05.000Z","modified_at":"2026-02-04T10:05:05.000Z","name":"Alessia Anderson","mobile_number":"723-330-1263","email_id":"Rebekah13@hotmail.com","dop":"2025-09-09","serial_number":"17148890316021","imei1":"17148890316021","imei2":"17148890316021","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176963,"job_number":"JOB_176963","tr_customer_id":176980,"tr_customer_product_id":176970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Adella Doyle","mobile_number":"494-564-2561","email_id":"Sigmund_Franecki87@hotmail.com","dop":"2025-09-09","serial_number":"19222989622123","imei1":"19222989622123","imei2":"19222989622123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176964,"job_number":"JOB_176964","tr_customer_id":176981,"tr_customer_product_id":176971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:08.000Z","name":"Audie Hoeger","mobile_number":"595-947-1846","email_id":"Felicita40@hotmail.com","dop":"2025-09-09","serial_number":"19911569465222","imei1":"19911569465222","imei2":"19911569465222","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176966,"job_number":"JOB_176966","tr_customer_id":176983,"tr_customer_product_id":176973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Maximilian Medhurst","mobile_number":"839-599-5271","email_id":"Nigel.Legros@yahoo.com","dop":"2025-09-09","serial_number":"12005798928214","imei1":"12005798928214","imei2":"12005798928214","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176967,"job_number":"JOB_176967","tr_customer_id":176984,"tr_customer_product_id":176974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:12.000Z","name":"Ian Gorczany","mobile_number":"204-758-5164","email_id":"Erika.Stracke70@gmail.com","dop":"2025-09-09","serial_number":"19846750311667","imei1":"19846750311667","imei2":"19846750311667","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176969,"job_number":"JOB_176969","tr_customer_id":176986,"tr_customer_product_id":176976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Jerrell DuBuque","mobile_number":"607-477-0350","email_id":"Liliane13@yahoo.com","dop":"2025-09-09","serial_number":"10645586853996","imei1":"10645586853996","imei2":"10645586853996","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176970,"job_number":"JOB_176970","tr_customer_id":176987,"tr_customer_product_id":176977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:03.000Z","name":"Makenna Kiehn","mobile_number":"504-726-8082","email_id":"Prince70@yahoo.com","dop":"2025-09-09","serial_number":"10111396443913","imei1":"10111396443913","imei2":"10111396443913","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176972,"job_number":"JOB_176972","tr_customer_id":176989,"tr_customer_product_id":176979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Viva Berge","mobile_number":"265-722-0070","email_id":"Donato_Mayer@gmail.com","dop":"2025-09-09","serial_number":"12616924137093","imei1":"12616924137093","imei2":"12616924137093","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176973,"job_number":"JOB_176973","tr_customer_id":176990,"tr_customer_product_id":176980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:07.000Z","name":"Mariela Terry","mobile_number":"815-311-0276","email_id":"Esther.Kilback96@hotmail.com","dop":"2025-09-09","serial_number":"11539704945002","imei1":"11539704945002","imei2":"11539704945002","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176975,"job_number":"JOB_176975","tr_customer_id":176992,"tr_customer_product_id":176982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:10.000Z","modified_at":"2026-02-04T10:06:10.000Z","name":"Nathanael Legros","mobile_number":"968-700-3468","email_id":"Caleb.Hackett@gmail.com","dop":"2025-09-09","serial_number":"14408208016211","imei1":"14408208016211","imei2":"14408208016211","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176976,"job_number":"JOB_176976","tr_customer_id":176993,"tr_customer_product_id":176983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:11.000Z","modified_at":"2026-02-04T10:06:11.000Z","name":"Rogers Reichel","mobile_number":"850-763-6805","email_id":"Bonnie25@yahoo.com","dop":"2025-09-09","serial_number":"14530060803170","imei1":"14530060803170","imei2":"14530060803170","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176978,"job_number":"JOB_176978","tr_customer_id":176995,"tr_customer_product_id":176985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Sage Hintz","mobile_number":"558-396-9850","email_id":"Gunner3@gmail.com","dop":"2025-09-09","serial_number":"12309506987499","imei1":"12309506987499","imei2":"12309506987499","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176979,"job_number":"JOB_176979","tr_customer_id":176996,"tr_customer_product_id":176986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:20.000Z","name":"Nadia Labadie","mobile_number":"737-650-1261","email_id":"Darlene.Williamson43@hotmail.com","dop":"2025-09-09","serial_number":"15853301237001","imei1":"15853301237001","imei2":"15853301237001","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176981,"job_number":"JOB_176981","tr_customer_id":176998,"tr_customer_product_id":176988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Max Tillman","mobile_number":"839-273-5902","email_id":"Mekhi.Torphy27@hotmail.com","dop":"2025-09-09","serial_number":"11159036299078","imei1":"11159036299078","imei2":"11159036299078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176982,"job_number":"JOB_176982","tr_customer_id":176999,"tr_customer_product_id":176989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:24.000Z","name":"Daniela Nienow","mobile_number":"462-768-3878","email_id":"Malcolm74@hotmail.com","dop":"2025-09-09","serial_number":"16847068773129","imei1":"16847068773129","imei2":"16847068773129","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176984,"job_number":"JOB_176984","tr_customer_id":177001,"tr_customer_product_id":176991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Americo Gutmann","mobile_number":"675-947-7719","email_id":"Precious_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12454113753121","imei1":"12454113753121","imei2":"12454113753121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176985,"job_number":"JOB_176985","tr_customer_id":177002,"tr_customer_product_id":176992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:27.000Z","name":"Francisca Satterfield","mobile_number":"929-585-2843","email_id":"Carolyn70@hotmail.com","dop":"2025-09-09","serial_number":"14529533038568","imei1":"14529533038568","imei2":"14529533038568","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176990,"job_number":"JOB_176990","tr_customer_id":177007,"tr_customer_product_id":176997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Solon Cruickshank","mobile_number":"494-613-6860","email_id":"Johann.Jerde1@yahoo.com","dop":"2025-09-09","serial_number":"11481118056165","imei1":"11481118056165","imei2":"11481118056165","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176991,"job_number":"JOB_176991","tr_customer_id":177008,"tr_customer_product_id":176998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:06.000Z","name":"Gloria Satterfield","mobile_number":"722-286-9702","email_id":"Violette_Herman12@yahoo.com","dop":"2025-09-09","serial_number":"13177144896308","imei1":"13177144896308","imei2":"13177144896308","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176993,"job_number":"JOB_176993","tr_customer_id":177010,"tr_customer_product_id":177000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Carley Abernathy","mobile_number":"543-850-2140","email_id":"Darien_Abshire31@hotmail.com","dop":"2025-09-09","serial_number":"11579238673661","imei1":"11579238673661","imei2":"11579238673661","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176994,"job_number":"JOB_176994","tr_customer_id":177011,"tr_customer_product_id":177001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:10.000Z","name":"Elmo Bashirian","mobile_number":"389-700-8316","email_id":"Orlo.Stiedemann72@gmail.com","dop":"2025-09-09","serial_number":"17786363351730","imei1":"17786363351730","imei2":"17786363351730","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176996,"job_number":"JOB_176996","tr_customer_id":177013,"tr_customer_product_id":177003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Leanna Bode","mobile_number":"994-588-0899","email_id":"Ibrahim_Jacobs63@yahoo.com","dop":"2025-09-09","serial_number":"12544371566689","imei1":"12544371566689","imei2":"12544371566689","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176997,"job_number":"JOB_176997","tr_customer_id":177014,"tr_customer_product_id":177004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:13.000Z","modified_at":"2026-02-04T10:26:13.000Z","name":"Mae Miller","mobile_number":"936-664-6606","email_id":"Nathen.Williamson@gmail.com","dop":"2025-09-09","serial_number":"19354834563588","imei1":"19354834563588","imei2":"19354834563588","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:26:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177000,"job_number":"JOB_177000","tr_customer_id":177017,"tr_customer_product_id":177007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:07.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"80135749336880","imei1":"80135749336880","imei2":"80135749336880","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177001,"job_number":"JOB_177001","tr_customer_id":177018,"tr_customer_product_id":177008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:08.000Z","modified_at":"2026-02-04T10:31:08.000Z","name":"Vergie Parker","mobile_number":"248-575-7830","email_id":"Nolan43@hotmail.com","dop":"2025-02-01","serial_number":"46956173810962","imei1":"46956173810962","imei2":"46956173810962","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177003,"job_number":"JOB_177003","tr_customer_id":177020,"tr_customer_product_id":177010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"21556031254873","imei1":"21556031254873","imei2":"21556031254873","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177004,"job_number":"JOB_177004","tr_customer_id":177021,"tr_customer_product_id":177011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:41.000Z","modified_at":"2026-02-04T10:31:41.000Z","name":"Lew Gislason","mobile_number":"970-830-7969","email_id":"Michel_Reilly21@hotmail.com","dop":"2025-02-01","serial_number":"104594955498726","imei1":"104594955498726","imei2":"104594955498726","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177006,"job_number":"JOB_177006","tr_customer_id":177023,"tr_customer_product_id":177013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"47980205532437","imei1":"47980205532437","imei2":"47980205532437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177007,"job_number":"JOB_177007","tr_customer_id":177024,"tr_customer_product_id":177014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:14.000Z","modified_at":"2026-02-04T10:32:14.000Z","name":"Lucinda Walker","mobile_number":"545-999-6818","email_id":"Chadd44@yahoo.com","dop":"2025-02-01","serial_number":"11154401697806","imei1":"11154401697806","imei2":"11154401697806","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177011,"job_number":"JOB_177011","tr_customer_id":177028,"tr_customer_product_id":177018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:41:59.000Z","modified_at":"2026-02-04T10:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10541657372673","imei1":"10541657372673","imei2":"10541657372673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177013,"job_number":"JOB_177013","tr_customer_id":177030,"tr_customer_product_id":177020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:01.000Z","modified_at":"2026-02-04T10:42:01.000Z","name":"Vidal Huels","mobile_number":"352-423-4833","email_id":"Alexandre89@gmail.com","dop":"2025-04-06","serial_number":"18441765568404652","imei1":"18441765568404652","imei2":"18441765568404652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177014,"job_number":"JOB_177014","tr_customer_id":177031,"tr_customer_product_id":177021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:46.000Z","modified_at":"2026-02-04T10:42:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17227920557333","imei1":"17227920557333","imei2":"17227920557333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177016,"job_number":"JOB_177016","tr_customer_id":177033,"tr_customer_product_id":177023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:48.000Z","modified_at":"2026-02-04T10:42:48.000Z","name":"Bruce Keeling","mobile_number":"873-357-5597","email_id":"Jeromy_Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"10146944518899212","imei1":"10146944518899212","imei2":"10146944518899212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177017,"job_number":"JOB_177017","tr_customer_id":177034,"tr_customer_product_id":177024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:33.000Z","modified_at":"2026-02-04T10:43:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10194238520701","imei1":"10194238520701","imei2":"10194238520701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177019,"job_number":"JOB_177019","tr_customer_id":177036,"tr_customer_product_id":177026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:34.000Z","modified_at":"2026-02-04T10:43:34.000Z","name":"Kendall McGlynn","mobile_number":"250-220-5467","email_id":"Mariane.Konopelski43@hotmail.com","dop":"2025-04-06","serial_number":"14459129780847592","imei1":"14459129780847592","imei2":"14459129780847592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177020,"job_number":"JOB_177020","tr_customer_id":177037,"tr_customer_product_id":177027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:57:52.000Z","modified_at":"2026-02-04T10:57:52.000Z","name":"Jalyn Bruen","mobile_number":"278-839-5828","email_id":"Aylin46@hotmail.com","dop":"2026-01-04","serial_number":"17838997777403","imei1":"17838997777403","imei2":"17838997777403","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177021,"job_number":"JOB_177021","tr_customer_id":177038,"tr_customer_product_id":177028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:29.000Z","modified_at":"2026-02-04T11:01:29.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-25","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-25T11:01:20.058161422Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177022,"job_number":"JOB_177022","tr_customer_id":177039,"tr_customer_product_id":177029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:30.000Z","modified_at":"2026-02-04T11:01:30.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-25","serial_number":"46419271373584","imei1":"46419271373584","imei2":"46419271373584","popurl":"2026-01-25T11:01:20.060307914Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177023,"job_number":"JOB_177023","tr_customer_id":177040,"tr_customer_product_id":177030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:01:41.000Z","modified_at":"2026-02-04T11:01:41.000Z","name":"Surya Asan","mobile_number":"8686749537","email_id":"subhash.chopra@yahoo.co.in","dop":"2026-01-25","serial_number":"42690958927178","imei1":"42690958927178","imei2":"42690958927178","popurl":"www.manik-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177025,"job_number":"JOB_177025","tr_customer_id":177042,"tr_customer_product_id":177032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:41.000Z","modified_at":"2026-02-04T11:06:41.000Z","name":"Erika Schinner","mobile_number":"497-624-0714","email_id":"Breanna_Treutel31@gmail.com","dop":"2026-01-23","serial_number":"186611539858946","imei1":"186611539858946","imei2":"186611539858946","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177032,"job_number":"JOB_177032","tr_customer_id":177049,"tr_customer_product_id":177039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:07.000Z","modified_at":"2026-02-04T11:48:07.000Z","name":"Korbin Schinner","mobile_number":"203-416-6097","email_id":"Claud22@hotmail.com","dop":"2026-01-04","serial_number":"12180824390282","imei1":"12180824390282","imei2":"12180824390282","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177033,"job_number":"JOB_177033","tr_customer_id":177050,"tr_customer_product_id":177040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:48:18.000Z","modified_at":"2026-02-04T11:48:18.000Z","name":"Deanna Feeney","mobile_number":"672-762-9321","email_id":"Kathryn_Sauer@gmail.com","dop":"2026-01-04","serial_number":"17552888746213","imei1":"17552888746213","imei2":"17552888746213","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177034,"job_number":"JOB_177034","tr_customer_id":177051,"tr_customer_product_id":177041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:49:39.000Z","modified_at":"2026-02-04T11:49:39.000Z","name":"Obie Bernier","mobile_number":"727-255-0697","email_id":"Cornelius_Balistreri@yahoo.com","dop":"2026-01-04","serial_number":"18097852246711","imei1":"18097852246711","imei2":"18097852246711","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177035,"job_number":"JOB_177035","tr_customer_id":177052,"tr_customer_product_id":177042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:08.000Z","modified_at":"2026-02-04T11:53:08.000Z","name":"Gabrielle Kuhn","mobile_number":"977-290-5128","email_id":"Kiel_Kris78@yahoo.com","dop":"2026-01-04","serial_number":"16997897009143","imei1":"16997897009143","imei2":"16997897009143","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177036,"job_number":"JOB_177036","tr_customer_id":177053,"tr_customer_product_id":177043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:23.000Z","modified_at":"2026-02-04T11:53:23.000Z","name":"Trace Monahan","mobile_number":"434-991-7656","email_id":"Derek.Shields19@hotmail.com","dop":"2026-01-04","serial_number":"12961870801831","imei1":"12961870801831","imei2":"12961870801831","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177037,"job_number":"JOB_177037","tr_customer_id":177054,"tr_customer_product_id":177044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:33.000Z","modified_at":"2026-02-04T11:53:33.000Z","name":"Bailey Roob","mobile_number":"587-640-3194","email_id":"Oscar_Hahn@gmail.com","dop":"2026-01-04","serial_number":"11433389103631","imei1":"11433389103631","imei2":"11433389103631","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177038,"job_number":"JOB_177038","tr_customer_id":177055,"tr_customer_product_id":177045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:53:56.000Z","modified_at":"2026-02-04T11:53:56.000Z","name":"Lucious Okuneva","mobile_number":"401-530-5175","email_id":"Lenna.Wyman@hotmail.com","dop":"2026-01-04","serial_number":"11802357460840","imei1":"11802357460840","imei2":"11802357460840","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177039,"job_number":"JOB_177039","tr_customer_id":177056,"tr_customer_product_id":177046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:54:31.000Z","modified_at":"2026-02-04T11:54:31.000Z","name":"Yadira Heller","mobile_number":"608-381-4397","email_id":"Don.Considine@yahoo.com","dop":"2026-01-04","serial_number":"10557585698834","imei1":"10557585698834","imei2":"10557585698834","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177040,"job_number":"JOB_177040","tr_customer_id":177057,"tr_customer_product_id":177047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:56:47.000Z","modified_at":"2026-02-04T11:56:47.000Z","name":"Noemy Bins","mobile_number":"727-266-3439","email_id":"Gustave_Rohan40@yahoo.com","dop":"2026-01-04","serial_number":"11933140593659","imei1":"11933140593659","imei2":"11933140593659","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177041,"job_number":"JOB_177041","tr_customer_id":177058,"tr_customer_product_id":177048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:12.000Z","modified_at":"2026-02-04T11:57:12.000Z","name":"Annie Collins","mobile_number":"676-503-1724","email_id":"Terrell58@hotmail.com","dop":"2026-01-04","serial_number":"16730791525290","imei1":"16730791525290","imei2":"16730791525290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177042,"job_number":"JOB_177042","tr_customer_id":177059,"tr_customer_product_id":177049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:57:27.000Z","modified_at":"2026-02-04T11:57:27.000Z","name":"Edythe Bogan","mobile_number":"327-730-5279","email_id":"Neil_Greenfelder43@yahoo.com","dop":"2026-01-04","serial_number":"16506725939430","imei1":"16506725939430","imei2":"16506725939430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:57:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177043,"job_number":"JOB_177043","tr_customer_id":177060,"tr_customer_product_id":177050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:58:34.000Z","modified_at":"2026-02-04T11:58:34.000Z","name":"Blaze Spencer","mobile_number":"885-605-4343","email_id":"Santina_Cartwright@hotmail.com","dop":"2026-01-04","serial_number":"15705427034963","imei1":"15705427034963","imei2":"15705427034963","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177044,"job_number":"JOB_177044","tr_customer_id":177061,"tr_customer_product_id":177051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:01.000Z","modified_at":"2026-02-04T12:12:01.000Z","name":"Rosalee Osinski","mobile_number":"255-805-8074","email_id":"Shayna20@hotmail.com","dop":"2026-01-04","serial_number":"1646467900020400","imei1":"1646467900020400","imei2":"1646467900020400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177045,"job_number":"JOB_177045","tr_customer_id":177062,"tr_customer_product_id":177052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:12:39.000Z","modified_at":"2026-02-04T12:12:39.000Z","name":"Alverta Hodkiewicz","mobile_number":"253-202-9225","email_id":"Marc.Mills39@hotmail.com","dop":"2026-01-04","serial_number":"73190982891586580","imei1":"73190982891586580","imei2":"73190982891586580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:12:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177046,"job_number":"JOB_177046","tr_customer_id":177063,"tr_customer_product_id":177053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:15:56.000Z","modified_at":"2026-02-04T12:15:56.000Z","name":"Nickolas Keebler","mobile_number":"346-930-0798","email_id":"Carley.Dare@yahoo.com","dop":"2026-01-04","serial_number":"41721381790577380","imei1":"41721381790577380","imei2":"41721381790577380","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177047,"job_number":"JOB_177047","tr_customer_id":177064,"tr_customer_product_id":177054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"46166961367992","imei1":"46166961367992","imei2":"46166961367992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177048,"job_number":"JOB_177048","tr_customer_id":177065,"tr_customer_product_id":177055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:38.000Z","modified_at":"2026-02-04T12:16:38.000Z","name":"Austin Cassin","mobile_number":"324-491-3836","email_id":"Alexys.Schowalter47@hotmail.com","dop":"2025-02-01","serial_number":"33766534987226","imei1":"33766534987226","imei2":"33766534987226","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177050,"job_number":"JOB_177050","tr_customer_id":177067,"tr_customer_product_id":177057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"40217359508018","imei1":"40217359508018","imei2":"40217359508018","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177051,"job_number":"JOB_177051","tr_customer_id":177068,"tr_customer_product_id":177058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:23.000Z","modified_at":"2026-02-04T12:17:23.000Z","name":"Clara Hermiston","mobile_number":"885-468-4186","email_id":"Tyrel_Christiansen@gmail.com","dop":"2025-02-01","serial_number":"102386413638434","imei1":"102386413638434","imei2":"102386413638434","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177053,"job_number":"JOB_177053","tr_customer_id":177070,"tr_customer_product_id":177060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"102616783608262","imei1":"102616783608262","imei2":"102616783608262","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177054,"job_number":"JOB_177054","tr_customer_id":177071,"tr_customer_product_id":177061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:07.000Z","modified_at":"2026-02-04T12:18:07.000Z","name":"Tania Bechtelar","mobile_number":"246-832-4379","email_id":"Jocelyn79@hotmail.com","dop":"2025-02-01","serial_number":"43523573975524","imei1":"43523573975524","imei2":"43523573975524","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177056,"job_number":"JOB_177056","tr_customer_id":177073,"tr_customer_product_id":177063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:24:08.000Z","modified_at":"2026-02-04T12:24:08.000Z","name":"Arnoldo Gaylord","mobile_number":"297-995-8951","email_id":"Sage20@hotmail.com","dop":"2026-01-04","serial_number":"16735706140736","imei1":"16735706140736","imei2":"16735706140736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177057,"job_number":"JOB_177057","tr_customer_id":177074,"tr_customer_product_id":177064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"13431865845913","imei1":"13431865845913","imei2":"13431865845913","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177058,"job_number":"JOB_177058","tr_customer_id":177075,"tr_customer_product_id":177065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:02.000Z","modified_at":"2026-02-04T12:26:02.000Z","name":"Itzel Bashirian","mobile_number":"401-213-4024","email_id":"Ezra.Schoen@hotmail.com","dop":"2025-02-01","serial_number":"31366531157798","imei1":"31366531157798","imei2":"31366531157798","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177060,"job_number":"JOB_177060","tr_customer_id":177077,"tr_customer_product_id":177067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14144610327656","imei1":"14144610327656","imei2":"14144610327656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177061,"job_number":"JOB_177061","tr_customer_id":177078,"tr_customer_product_id":177068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:43.000Z","modified_at":"2026-02-04T12:26:43.000Z","name":"Joannie Quigley","mobile_number":"845-635-3865","email_id":"Gia_Dare37@gmail.com","dop":"2025-02-01","serial_number":"107206464334829","imei1":"107206464334829","imei2":"107206464334829","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:26:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177063,"job_number":"JOB_177063","tr_customer_id":177080,"tr_customer_product_id":177070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"79579249894297","imei1":"79579249894297","imei2":"79579249894297","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177064,"job_number":"JOB_177064","tr_customer_id":177081,"tr_customer_product_id":177071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:24.000Z","modified_at":"2026-02-04T12:27:24.000Z","name":"Ryley Rohan","mobile_number":"777-238-1965","email_id":"Alysa_Gleason@hotmail.com","dop":"2025-02-01","serial_number":"75373653138951","imei1":"75373653138951","imei2":"75373653138951","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177066,"job_number":"JOB_177066","tr_customer_id":177083,"tr_customer_product_id":177073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:29:09.000Z","modified_at":"2026-02-04T12:29:09.000Z","name":"Imani O'Keefe","mobile_number":"528-481-8222","email_id":"Taryn_Keeling@gmail.com","dop":"2026-01-04","serial_number":"15609221968326","imei1":"15609221968326","imei2":"15609221968326","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177067,"job_number":"JOB_177067","tr_customer_id":177084,"tr_customer_product_id":177074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"58712895675915","imei1":"58712895675915","imei2":"58712895675915","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177068,"job_number":"JOB_177068","tr_customer_id":177085,"tr_customer_product_id":177075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:22.000Z","modified_at":"2026-02-04T12:32:22.000Z","name":"Josh Gottlieb","mobile_number":"411-718-2531","email_id":"Eli.Hintz@hotmail.com","dop":"2025-02-01","serial_number":"19720460409828","imei1":"19720460409828","imei2":"19720460409828","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177070,"job_number":"JOB_177070","tr_customer_id":177087,"tr_customer_product_id":177077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:08.000Z","modified_at":"2026-02-04T12:33:08.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"14775577894328","imei1":"14775577894328","imei2":"14775577894328","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177071,"job_number":"JOB_177071","tr_customer_id":177088,"tr_customer_product_id":177078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:09.000Z","modified_at":"2026-02-04T12:33:09.000Z","name":"Hank Ullrich","mobile_number":"632-763-0464","email_id":"Kyler_Gorczany@gmail.com","dop":"2025-02-01","serial_number":"34884447987679","imei1":"34884447987679","imei2":"34884447987679","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177073,"job_number":"JOB_177073","tr_customer_id":177090,"tr_customer_product_id":177080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:54.000Z","modified_at":"2026-02-04T12:33:54.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"94867494615627","imei1":"94867494615627","imei2":"94867494615627","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177074,"job_number":"JOB_177074","tr_customer_id":177091,"tr_customer_product_id":177081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:55.000Z","modified_at":"2026-02-04T12:33:55.000Z","name":"Johathan Cartwright","mobile_number":"296-997-8162","email_id":"Brooke_Marquardt@gmail.com","dop":"2025-02-01","serial_number":"41121450022266","imei1":"41121450022266","imei2":"41121450022266","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177076,"job_number":"JOB_177076","tr_customer_id":177093,"tr_customer_product_id":177083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:10:06.000Z","modified_at":"2026-02-04T13:10:06.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"77482599378766","imei1":"77482599378766","imei2":"77482599378766","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177077,"job_number":"JOB_177077","tr_customer_id":177094,"tr_customer_product_id":177084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:43.000Z","modified_at":"2026-02-04T13:22:43.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17199952250713","imei1":"17199952250713","imei2":"17199952250713","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177078,"job_number":"JOB_177078","tr_customer_id":177095,"tr_customer_product_id":177085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:49.000Z","modified_at":"2026-02-04T13:22:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"19807955640988","imei1":"19807955640988","imei2":"19807955640988","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177079,"job_number":"JOB_177079","tr_customer_id":177096,"tr_customer_product_id":177086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:22:52.000Z","modified_at":"2026-02-04T13:22:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15374522396832","imei1":"15374522396832","imei2":"15374522396832","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177080,"job_number":"JOB_177080","tr_customer_id":177097,"tr_customer_product_id":177087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:24:37.000Z","modified_at":"2026-02-04T13:24:37.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"17087504355741","imei1":"17087504355741","imei2":"17087504355741","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177081,"job_number":"JOB_177081","tr_customer_id":177098,"tr_customer_product_id":177088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:27:17.000Z","modified_at":"2026-02-04T13:27:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"18840738938670","imei1":"18840738938670","imei2":"18840738938670","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177082,"job_number":"JOB_177082","tr_customer_id":177099,"tr_customer_product_id":177089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:29:41.000Z","modified_at":"2026-02-04T13:29:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-24","serial_number":"15816067916974","imei1":"15816067916974","imei2":"15816067916974","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177089,"job_number":"JOB_177089","tr_customer_id":177106,"tr_customer_product_id":177096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:41:44.000Z","modified_at":"2026-02-04T13:41:44.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-25","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-25T13:41:43.109459152Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177091,"job_number":"JOB_177091","tr_customer_id":177108,"tr_customer_product_id":177098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:14.000Z","modified_at":"2026-02-04T13:49:14.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-25","serial_number":"27700110461009","imei1":"27700110461009","imei2":"27700110461009","popurl":"2026-01-25T13:49:13.056774185Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177094,"job_number":"JOB_177094","tr_customer_id":177111,"tr_customer_product_id":177101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:58.000Z","modified_at":"2026-02-04T13:57:58.000Z","name":"Gunner Walsh","mobile_number":"549-905-1539","email_id":"Abigail.Rolfson@hotmail.com","dop":"2025-05-30","serial_number":"15593917395712","imei1":"15593917395712","imei2":"15593917395712","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177095,"job_number":"JOB_177095","tr_customer_id":177112,"tr_customer_product_id":177102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:58:00.000Z","modified_at":"2026-02-04T13:58:00.000Z","name":"Roma Bechtelar","mobile_number":"743-813-1376","email_id":"Adelle_Smitham71@hotmail.com","dop":"2025-05-30","serial_number":"1378807263283678","imei1":"1378807263283678","imei2":"1378807263283678","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176750,"job_number":"JOB_176750","tr_customer_id":176767,"tr_customer_product_id":176757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108340007855730","imei1":"108340007855730","imei2":"108340007855730","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176752,"job_number":"JOB_176752","tr_customer_id":176769,"tr_customer_product_id":176759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:36:57.000Z","name":"Destinee Kovacek","mobile_number":"502-200-8718","email_id":"Prince_Gottlieb9@hotmail.com","dop":"2025-06-09","serial_number":"107422094904784","imei1":"107422094904784","imei2":"107422094904784","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176753,"job_number":"JOB_176753","tr_customer_id":176770,"tr_customer_product_id":176760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104282484824161","imei1":"104282484824161","imei2":"104282484824161","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176755,"job_number":"JOB_176755","tr_customer_id":176772,"tr_customer_product_id":176762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:13.000Z","name":"Electa Lueilwitz","mobile_number":"371-559-7307","email_id":"Alessandra.Keeling@gmail.com","dop":"2025-06-09","serial_number":"106487929375273","imei1":"106487929375273","imei2":"106487929375273","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176758,"job_number":"JOB_176758","tr_customer_id":176775,"tr_customer_product_id":176765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101441515418479","imei1":"101441515418479","imei2":"101441515418479","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176760,"job_number":"JOB_176760","tr_customer_id":176777,"tr_customer_product_id":176767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:28.000Z","name":"Petra Hilpert","mobile_number":"463-514-3520","email_id":"Janet18@hotmail.com","dop":"2025-06-09","serial_number":"105955043591609","imei1":"105955043591609","imei2":"105955043591609","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:37:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176897,"job_number":"JOB_176897","tr_customer_id":176914,"tr_customer_product_id":176904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:48:55.000Z","modified_at":"2026-02-04T07:48:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Gustave_Pfeffer31@gmail.com","dop":"2025-07-02","serial_number":"15787147189209","imei1":"15787147189209","imei2":"15787147189209","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176898,"job_number":"JOB_176898","tr_customer_id":176915,"tr_customer_product_id":176905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:17.000Z","modified_at":"2026-02-04T07:49:17.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Adele.Ruecker@yahoo.com","dop":"2025-07-02","serial_number":"18607156575775","imei1":"18607156575775","imei2":"18607156575775","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176899,"job_number":"JOB_176899","tr_customer_id":176916,"tr_customer_product_id":176906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:49:38.000Z","modified_at":"2026-02-04T07:49:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guadalupe_Schowalter71@hotmail.com","dop":"2025-07-02","serial_number":"16285083658681","imei1":"16285083658681","imei2":"16285083658681","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T07:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176987,"job_number":"JOB_176987","tr_customer_id":177004,"tr_customer_product_id":176994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:14:23.000Z","modified_at":"2026-02-04T10:14:23.000Z","name":"Drake Kovacek","mobile_number":"729-752-4357","email_id":"Edwin.Koch83@hotmail.com","dop":"2026-01-06","serial_number":"10049849786226","imei1":"10049849786226","imei2":"10049849786226","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176988,"job_number":"JOB_176988","tr_customer_id":177005,"tr_customer_product_id":176995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:15.000Z","modified_at":"2026-02-04T10:24:15.000Z","name":"Bridget Harvey","mobile_number":"610-799-9672","email_id":"Crystal.Lowe@yahoo.com","dop":"2026-01-06","serial_number":"10652522871175","imei1":"10652522871175","imei2":"10652522871175","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176989,"job_number":"JOB_176989","tr_customer_id":177006,"tr_customer_product_id":176996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:24:55.000Z","modified_at":"2026-02-04T10:24:55.000Z","name":"Jesse Mayert","mobile_number":"978-867-2054","email_id":"Verna_Waters@hotmail.com","dop":"2026-01-06","serial_number":"10495688003968","imei1":"10495688003968","imei2":"10495688003968","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T10:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177026,"job_number":"JOB_177026","tr_customer_id":177043,"tr_customer_product_id":177033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:16:01.000Z","modified_at":"2026-02-04T11:16:01.000Z","name":"Reynold Yundt","mobile_number":"278-322-7056","email_id":"Davin.Von39@gmail.com","dop":"2026-01-06","serial_number":"10164157703219","imei1":"10164157703219","imei2":"10164157703219","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177027,"job_number":"JOB_177027","tr_customer_id":177044,"tr_customer_product_id":177034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:00.000Z","modified_at":"2026-02-04T11:26:00.000Z","name":"Deanna Lakin","mobile_number":"502-713-9661","email_id":"Maureen.Shields17@yahoo.com","dop":"2026-01-06","serial_number":"10595498693026","imei1":"10595498693026","imei2":"10595498693026","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177028,"job_number":"JOB_177028","tr_customer_id":177045,"tr_customer_product_id":177035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:26:44.000Z","modified_at":"2026-02-04T11:26:44.000Z","name":"Erich Schowalter","mobile_number":"301-875-8804","email_id":"Karine_Yost31@hotmail.com","dop":"2026-01-06","serial_number":"10498286637592","imei1":"10498286637592","imei2":"10498286637592","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177029,"job_number":"JOB_177029","tr_customer_id":177046,"tr_customer_product_id":177036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:27:04.000Z","modified_at":"2026-02-04T11:27:04.000Z","name":"Coby Hahn","mobile_number":"364-212-0618","email_id":"Trystan_Robel47@gmail.com","dop":"2026-01-06","serial_number":"10868657456142","imei1":"10868657456142","imei2":"10868657456142","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177031,"job_number":"JOB_177031","tr_customer_id":177048,"tr_customer_product_id":177038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:42:08.000Z","modified_at":"2026-02-04T11:42:08.000Z","name":"Coby Jacobson","mobile_number":"820-260-0899","email_id":"Narciso98@yahoo.com","dop":"2026-01-06","serial_number":"1017824063777275","imei1":"1017824063777275","imei2":"1017824063777275","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T11:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177083,"job_number":"JOB_177083","tr_customer_id":177100,"tr_customer_product_id":177090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:35:12.000Z","modified_at":"2026-02-04T13:35:12.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162090","imei1":"15957150162090","imei2":"15957150162090","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177084,"job_number":"JOB_177084","tr_customer_id":177101,"tr_customer_product_id":177091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177085,"job_number":"JOB_177085","tr_customer_id":177102,"tr_customer_product_id":177092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177086,"job_number":"JOB_177086","tr_customer_id":177103,"tr_customer_product_id":177093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177087,"job_number":"JOB_177087","tr_customer_id":177104,"tr_customer_product_id":177094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177088,"job_number":"JOB_177088","tr_customer_id":177105,"tr_customer_product_id":177095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:38:51.000Z","modified_at":"2026-02-04T13:38:51.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177090,"job_number":"JOB_177090","tr_customer_id":177107,"tr_customer_product_id":177097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:49:09.000Z","modified_at":"2026-02-04T13:49:09.000Z","name":"Chitrali Achari","mobile_number":"8245536671","email_id":"akshainie.guneta@gmail.com","dop":"2026-01-25","serial_number":"566279805712715","imei1":"717661510415295","imei2":"862342177737491","popurl":"www.kalinda-nair.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177092,"job_number":"JOB_177092","tr_customer_id":177109,"tr_customer_product_id":177099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:50:34.000Z","modified_at":"2026-02-04T13:50:34.000Z","name":"Vishwamitra Johar","mobile_number":"8243093735","email_id":"ganesh.butt@gmail.com","dop":"2026-01-25","serial_number":"811401870701302","imei1":"436644173119385","imei2":"594026204612467","popurl":"www.jyotsana-marar.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T13:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176813,"job_number":"JOB_176813","tr_customer_id":176830,"tr_customer_product_id":176820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:57.000Z","modified_at":"2026-02-04T06:52:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10905456111216","imei1":"10905456111216","imei2":"10905456111216","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176815,"job_number":"JOB_176815","tr_customer_id":176832,"tr_customer_product_id":176822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:59.000Z","modified_at":"2026-02-04T06:52:59.000Z","name":"Misty Dietrich","mobile_number":"685-216-0613","email_id":"Van64@hotmail.com","dop":"2000-01-31","serial_number":"1037913115591944","imei1":"1037913115591944","imei2":"1037913115591944","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:52:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176822,"job_number":"JOB_176822","tr_customer_id":176839,"tr_customer_product_id":176829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:45.000Z","modified_at":"2026-02-04T06:53:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10108026856736","imei1":"10108026856736","imei2":"10108026856736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176824,"job_number":"JOB_176824","tr_customer_id":176841,"tr_customer_product_id":176831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:47.000Z","modified_at":"2026-02-04T06:53:47.000Z","name":"Mariah Carter","mobile_number":"824-705-2807","email_id":"Cleora.Bradtke41@hotmail.com","dop":"2000-01-31","serial_number":"1028803083099077","imei1":"1028803083099077","imei2":"1028803083099077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176834,"job_number":"JOB_176834","tr_customer_id":176851,"tr_customer_product_id":176841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:33.000Z","modified_at":"2026-02-04T06:54:33.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10563331625426","imei1":"10563331625426","imei2":"10563331625426","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176836,"job_number":"JOB_176836","tr_customer_id":176853,"tr_customer_product_id":176843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:34.000Z","modified_at":"2026-02-04T06:54:34.000Z","name":"Mose Parker","mobile_number":"608-750-3577","email_id":"Tamia_Will@hotmail.com","dop":"2000-01-31","serial_number":"1060387238021366","imei1":"1060387238021366","imei2":"1060387238021366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176840,"job_number":"JOB_176840","tr_customer_id":176857,"tr_customer_product_id":176847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:20.000Z","modified_at":"2026-02-04T06:55:20.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10746505687117","imei1":"10746505687117","imei2":"10746505687117","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176842,"job_number":"JOB_176842","tr_customer_id":176859,"tr_customer_product_id":176849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:22.000Z","modified_at":"2026-02-04T06:55:22.000Z","name":"Dejah Larson","mobile_number":"389-660-4246","email_id":"Julian57@hotmail.com","dop":"2000-01-31","serial_number":"1090969720614131","imei1":"1090969720614131","imei2":"1090969720614131","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9f8d80a9-f01c-45db-a81f-82390004eb52
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-7NuJCreEsHAzpHQzB7EXZ25Cj1k"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45b4e7d8-69fc-4190-9479-8247bcc996cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"fb-m6wKgSujXMLY5jylVD0Jt47gTak"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 303ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 17c58fba-99c7-4f2d-b590-c43963bc6d89
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-b0vuELUTvKOPM4Ny37NswpIHStU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":3},{"label":"Repair completed","key":"repair_completed","count":214}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 307ms
Mean size per request: 2.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b604351-48c5-4880-b355-53b09c379cdd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "details_key": "pending_for_repair"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"b93-6tBgAu2TARk7NMOQsujYj5X2BNU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":177024,"job_number":"JOB_177024","tr_customer_id":177041,"tr_customer_product_id":177031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:39.000Z","modified_at":"2026-02-04T11:06:49.000Z","name":"Tyson Kuhlman","mobile_number":"247-293-3624","email_id":"Sabina_Koch@yahoo.com","dop":"2026-01-23","serial_number":"19970624177128","imei1":"19970624177128","imei2":"19970624177128","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T11:06:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:58:10.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T13:58:10.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 302ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 323dee66-b291-4b0d-a903-eaf9c69745cc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 488ms
Mean size per request: 3.49KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1795b867-c64c-4fb2-8378-1a5114ff8c8f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"df7-iuglXNK18oneFdQghxMBnZz/nYU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:58:10.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T13:58:10.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":4,"name":"Sync issue","tr_job_head_id":177093,"remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T13:57:57.000Z"}],"quatations":[]},{"id":177024,"job_number":"JOB_177024","tr_customer_id":177041,"tr_customer_product_id":177031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:06:39.000Z","modified_at":"2026-02-04T11:06:49.000Z","name":"Tyson Kuhlman","mobile_number":"247-293-3624","email_id":"Sabina_Koch@yahoo.com","dop":"2026-01-23","serial_number":"19970624177128","imei1":"19970624177128","imei2":"19970624177128","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T11:06:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":177024,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T11:06:39.000Z"}],"quatations":[]},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":176428,"remark":"battery dead easily","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-03T23:09:51.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM
Content-Type text/plain
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d95d85ca-3a82-40ee-ac90-9d2e7d2b3e63
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68957,"problems":[{"id":4,"remark":"updated OS."}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTB9.R27wuIZXoGEczpQ8YZwjNpYeFlT7F4Z4Nvfz3qJF-vM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 381e3f5d-0dbc-4a29-829f-5e52d6f86f60
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 143
Request Body
{
            "job_id": 177093,
            "problems": [
                {
                    "id": 2,
                    "remark": "Replaced the battery"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3db1860d-8aa4-470e-a313-418668733e28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-S86hm5p9b0++zyBPmep6LGxxwgw"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5660a829-5ef8-47e0-ae7c-6fcd449f49f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d00df729-6fc6-4d5e-8776-bbf03e86f205
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-Xgn9lCQoG7fAHOabxaOyWXSC9kU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":214},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 01036005-843c-4854-ad03-13f6396f962c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 358ms
Mean size per request: 206.83KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3ff7a2a2-f080-41da-abb5-ad956940b3cc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"33b52-xmNHEiZXC1Que8qW8dNC+FWKRSE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:24.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:39.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:55.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176748,"job_number":"JOB_176748","tr_customer_id":176765,"tr_customer_product_id":176755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:58.000Z","modified_at":"2026-02-04T06:35:22.000Z","name":"Baron Jaskolski","mobile_number":"446-324-5529","email_id":"Micaela.Fadel86@gmail.com","dop":"2025-10-01","serial_number":"19034165084134","imei1":"19034165084134","imei2":"19034165084134","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176751,"job_number":"JOB_176751","tr_customer_id":176768,"tr_customer_product_id":176758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:36:57.000Z","modified_at":"2026-02-04T06:37:08.000Z","name":"Wayne Sawayn","mobile_number":"711-667-6360","email_id":"Jessika.Kemmer@hotmail.com","dop":"2025-06-09","serial_number":"101451323878786","imei1":"101451323878786","imei2":"101451323878786","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176754,"job_number":"JOB_176754","tr_customer_id":176771,"tr_customer_product_id":176761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:13.000Z","modified_at":"2026-02-04T06:37:23.000Z","name":"Alexandrine Murray","mobile_number":"204-327-1732","email_id":"Rubye_Pouros4@hotmail.com","dop":"2025-06-09","serial_number":"108660126693351","imei1":"108660126693351","imei2":"108660126693351","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176757,"job_number":"JOB_176757","tr_customer_id":176774,"tr_customer_product_id":176764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:26.000Z","modified_at":"2026-02-04T06:38:06.000Z","name":"Carlotta Carter","mobile_number":"218-907-9362","email_id":"Ardith19@hotmail.com","dop":"2025-12-31","serial_number":"101713119363134","imei1":"101713119363134","imei2":"101713119363134","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176759,"job_number":"JOB_176759","tr_customer_id":176776,"tr_customer_product_id":176766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:37:28.000Z","modified_at":"2026-02-04T06:37:39.000Z","name":"Alvina Cruickshank","mobile_number":"327-205-6261","email_id":"Oran_Hermiston@hotmail.com","dop":"2025-06-09","serial_number":"105375111214705","imei1":"105375111214705","imei2":"105375111214705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176763,"job_number":"JOB_176763","tr_customer_id":176780,"tr_customer_product_id":176770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:15.000Z","modified_at":"2026-02-04T06:38:55.000Z","name":"Lila Swift","mobile_number":"422-450-3027","email_id":"Annalise40@yahoo.com","dop":"2025-12-31","serial_number":"103915271697607","imei1":"103915271697607","imei2":"103915271697607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176764,"job_number":"JOB_176764","tr_customer_id":176781,"tr_customer_product_id":176771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:16.000Z","modified_at":"2026-02-04T06:38:26.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"44908421287529","imei1":"44908421287529","imei2":"44908421287529","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176765,"job_number":"JOB_176765","tr_customer_id":176782,"tr_customer_product_id":176772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:30.000Z","modified_at":"2026-02-04T06:38:41.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"29824214904003","imei1":"29824214904003","imei2":"29824214904003","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176766,"job_number":"JOB_176766","tr_customer_id":176783,"tr_customer_product_id":176773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:38:45.000Z","modified_at":"2026-02-04T06:38:55.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"62679280719438","imei1":"62679280719438","imei2":"62679280719438","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176768,"job_number":"JOB_176768","tr_customer_id":176785,"tr_customer_product_id":176775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:04.000Z","modified_at":"2026-02-04T06:39:44.000Z","name":"Georgianna Luettgen","mobile_number":"375-303-3647","email_id":"Shirley58@hotmail.com","dop":"2025-12-31","serial_number":"102617704348035","imei1":"102617704348035","imei2":"102617704348035","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176770,"job_number":"JOB_176770","tr_customer_id":176787,"tr_customer_product_id":176777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:17.000Z","modified_at":"2026-02-04T06:40:00.000Z","name":"Adolf Kutch","mobile_number":"616-412-4306","email_id":"Fern_Crist@hotmail.com","dop":"2025-06-18","serial_number":"10568280541578","imei1":"10568280541578","imei2":"10568280541578","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176772,"job_number":"JOB_176772","tr_customer_id":176789,"tr_customer_product_id":176779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:39:20.000Z","modified_at":"2026-02-04T06:40:04.000Z","name":"Colleen Murazik","mobile_number":"938-339-7309","email_id":"Sonny98@hotmail.com","dop":"2025-04-06","serial_number":"19040000679011","imei1":"19040000679011","imei2":"19040000679011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176775,"job_number":"JOB_176775","tr_customer_id":176792,"tr_customer_product_id":176782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:08.000Z","modified_at":"2026-02-04T06:40:50.000Z","name":"Cyrus Stroman","mobile_number":"972-684-6193","email_id":"Kathleen77@hotmail.com","dop":"2025-06-18","serial_number":"10207415943222","imei1":"10207415943222","imei2":"10207415943222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176778,"job_number":"JOB_176778","tr_customer_id":176795,"tr_customer_product_id":176785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:40:34.000Z","modified_at":"2026-02-04T06:41:14.000Z","name":"Lorine Gulgowski","mobile_number":"578-776-1552","email_id":"Lyla.Romaguera60@gmail.com","dop":"2025-04-06","serial_number":"13039619133277","imei1":"13039619133277","imei2":"13039619133277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176781,"job_number":"JOB_176781","tr_customer_id":176798,"tr_customer_product_id":176788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:41:22.000Z","modified_at":"2026-02-04T06:42:02.000Z","name":"Noe Fadel","mobile_number":"245-862-7049","email_id":"Dena_Sipes@yahoo.com","dop":"2025-04-06","serial_number":"17991526948188","imei1":"17991526948188","imei2":"17991526948188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176784,"job_number":"JOB_176784","tr_customer_id":176801,"tr_customer_product_id":176791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:10.000Z","modified_at":"2026-02-04T06:42:49.000Z","name":"Samson Williamson","mobile_number":"601-988-4325","email_id":"Andre_Carter14@yahoo.com","dop":"2025-04-06","serial_number":"11657576181584","imei1":"11657576181584","imei2":"11657576181584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176787,"job_number":"JOB_176787","tr_customer_id":176804,"tr_customer_product_id":176794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:42:41.000Z","modified_at":"2026-02-04T06:43:21.000Z","name":"William Kilback","mobile_number":"883-319-8305","email_id":"Hector_Nitzsche@gmail.com","dop":"2025-04-06","serial_number":"18626509595510","imei1":"18626509595510","imei2":"18626509595510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176790,"job_number":"JOB_176790","tr_customer_id":176807,"tr_customer_product_id":176797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:43:29.000Z","modified_at":"2026-02-04T06:44:09.000Z","name":"Hassie Dicki","mobile_number":"819-841-9859","email_id":"Cristina88@yahoo.com","dop":"2025-04-06","serial_number":"19739573208613","imei1":"19739573208613","imei2":"19739573208613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176793,"job_number":"JOB_176793","tr_customer_id":176810,"tr_customer_product_id":176800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:44:17.000Z","modified_at":"2026-02-04T06:44:56.000Z","name":"Haley McClure","mobile_number":"875-886-3894","email_id":"Cecile_Jones@yahoo.com","dop":"2025-04-06","serial_number":"16343064722333","imei1":"16343064722333","imei2":"16343064722333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:44:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176795,"job_number":"JOB_176795","tr_customer_id":176812,"tr_customer_product_id":176802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:01.000Z","modified_at":"2026-02-04T06:45:12.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"99423519733573","imei1":"99423519733573","imei2":"99423519733573","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176797,"job_number":"JOB_176797","tr_customer_id":176814,"tr_customer_product_id":176804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:45:24.000Z","modified_at":"2026-02-04T06:46:04.000Z","name":"Ivory Mayer","mobile_number":"948-657-6725","email_id":"Vito77@gmail.com","dop":"2025-04-06","serial_number":"19725127540830","imei1":"19725127540830","imei2":"19725127540830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176800,"job_number":"JOB_176800","tr_customer_id":176817,"tr_customer_product_id":176807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:46:12.000Z","modified_at":"2026-02-04T06:46:52.000Z","name":"Moriah Jaskolski","mobile_number":"838-388-5298","email_id":"Kraig75@hotmail.com","dop":"2025-04-06","serial_number":"17632049648976","imei1":"17632049648976","imei2":"17632049648976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176803,"job_number":"JOB_176803","tr_customer_id":176820,"tr_customer_product_id":176810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:47:00.000Z","modified_at":"2026-02-04T06:47:40.000Z","name":"Craig Schultz","mobile_number":"409-434-8671","email_id":"Suzanne_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"10831828358942","imei1":"10831828358942","imei2":"10831828358942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176805,"job_number":"JOB_176805","tr_customer_id":176822,"tr_customer_product_id":176812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:51:17.000Z","modified_at":"2026-02-04T06:51:52.000Z","name":"Dagmar Schaden","mobile_number":"831-463-3100","email_id":"Constantin.Batz60@yahoo.com","dop":"2025-04-06","serial_number":"19266403935221","imei1":"19266403935221","imei2":"19266403935221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176808,"job_number":"JOB_176808","tr_customer_id":176825,"tr_customer_product_id":176815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:39.000Z","modified_at":"2026-02-04T06:53:17.000Z","name":"Daren White","mobile_number":"944-529-1698","email_id":"Melyna_Jenkins37@hotmail.com","dop":"2025-04-06","serial_number":"13807047697011","imei1":"13807047697011","imei2":"13807047697011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176811,"job_number":"JOB_176811","tr_customer_id":176828,"tr_customer_product_id":176818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:55.000Z","modified_at":"2026-02-04T06:53:33.000Z","name":"Onie Pouros","mobile_number":"328-720-9300","email_id":"Claire_Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"15830165318909","imei1":"15830165318909","imei2":"15830165318909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176814,"job_number":"JOB_176814","tr_customer_id":176831,"tr_customer_product_id":176821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:52:57.000Z","modified_at":"2026-02-04T06:53:37.000Z","name":"Dwight Cummerata","mobile_number":"996-948-4620","email_id":"Derick18@gmail.com","dop":"2000-01-31","serial_number":"10835669817075","imei1":"10835669817075","imei2":"10835669817075","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:53:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176817,"job_number":"JOB_176817","tr_customer_id":176834,"tr_customer_product_id":176824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:25.000Z","modified_at":"2026-02-04T06:54:03.000Z","name":"Dario Bechtelar","mobile_number":"853-861-2010","email_id":"Dina_Hessel31@gmail.com","dop":"2025-04-06","serial_number":"16560041388152","imei1":"16560041388152","imei2":"16560041388152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176820,"job_number":"JOB_176820","tr_customer_id":176837,"tr_customer_product_id":176827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:41.000Z","modified_at":"2026-02-04T06:54:19.000Z","name":"Mariane Hilpert","mobile_number":"881-972-3211","email_id":"Diego_Heidenreich91@hotmail.com","dop":"2025-04-06","serial_number":"18877928849136","imei1":"18877928849136","imei2":"18877928849136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176823,"job_number":"JOB_176823","tr_customer_id":176840,"tr_customer_product_id":176830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:53:45.000Z","modified_at":"2026-02-04T06:54:25.000Z","name":"Elinor Huel","mobile_number":"925-870-5470","email_id":"Santa.Gutkowski@hotmail.com","dop":"2000-01-31","serial_number":"10921469195373","imei1":"10921469195373","imei2":"10921469195373","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176826,"job_number":"JOB_176826","tr_customer_id":176843,"tr_customer_product_id":176833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:49.000Z","name":"Rigoberto Davis","mobile_number":"585-931-2247","email_id":"Damon13@yahoo.com","dop":"2025-04-06","serial_number":"17012921716077","imei1":"17012921716077","imei2":"17012921716077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176828,"job_number":"JOB_176828","tr_customer_id":176845,"tr_customer_product_id":176835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:10.000Z","modified_at":"2026-02-04T06:54:48.000Z","name":"Carolanne Schiller","mobile_number":"617-911-1955","email_id":"Garrison72@yahoo.com","dop":"2025-04-06","serial_number":"13659352219816","imei1":"13659352219816","imei2":"13659352219816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176832,"job_number":"JOB_176832","tr_customer_id":176849,"tr_customer_product_id":176839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:26.000Z","modified_at":"2026-02-04T06:55:04.000Z","name":"Gaetano Cummings","mobile_number":"965-953-2123","email_id":"Cleve88@yahoo.com","dop":"2025-04-06","serial_number":"15237319646272","imei1":"15237319646272","imei2":"15237319646272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176835,"job_number":"JOB_176835","tr_customer_id":176852,"tr_customer_product_id":176842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:33.000Z","modified_at":"2026-02-04T06:55:12.000Z","name":"Amely Quigley","mobile_number":"442-284-1442","email_id":"Newton.Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10179817101820","imei1":"10179817101820","imei2":"10179817101820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176838,"job_number":"JOB_176838","tr_customer_id":176855,"tr_customer_product_id":176845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:54:56.000Z","modified_at":"2026-02-04T06:55:35.000Z","name":"Coralie Ziemann","mobile_number":"561-505-2613","email_id":"Richmond_Monahan@yahoo.com","dop":"2025-04-06","serial_number":"19481917318387","imei1":"19481917318387","imei2":"19481917318387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176841,"job_number":"JOB_176841","tr_customer_id":176858,"tr_customer_product_id":176848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:20.000Z","modified_at":"2026-02-04T06:56:00.000Z","name":"Stanford Beahan","mobile_number":"690-958-6746","email_id":"Alvah.Sawayn2@yahoo.com","dop":"2000-01-31","serial_number":"10791733456393","imei1":"10791733456393","imei2":"10791733456393","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176844,"job_number":"JOB_176844","tr_customer_id":176861,"tr_customer_product_id":176851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:55:42.000Z","modified_at":"2026-02-04T06:56:20.000Z","name":"Frances Metz","mobile_number":"840-673-4920","email_id":"Jodie.Harber@gmail.com","dop":"2025-04-06","serial_number":"10319159604004","imei1":"10319159604004","imei2":"10319159604004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176847,"job_number":"JOB_176847","tr_customer_id":176864,"tr_customer_product_id":176854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:00.000Z","modified_at":"2026-02-04T06:59:42.000Z","name":"Delilah Predovic","mobile_number":"895-562-0420","email_id":"Rolando.Schimmel5@gmail.com","dop":"2025-04-06","serial_number":"17719547518797","imei1":"17719547518797","imei2":"17719547518797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176850,"job_number":"JOB_176850","tr_customer_id":176867,"tr_customer_product_id":176857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:17.000Z","modified_at":"2026-02-04T06:59:57.000Z","name":"Reyes Carter","mobile_number":"569-543-9004","email_id":"Bennett_Emard71@gmail.com","dop":"2025-04-06","serial_number":"14385927947597","imei1":"14385927947597","imei2":"14385927947597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176853,"job_number":"JOB_176853","tr_customer_id":176870,"tr_customer_product_id":176860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:42.000Z","modified_at":"2026-02-04T07:00:26.000Z","name":"Gerry Gorczany","mobile_number":"683-705-1430","email_id":"Alayna_Jakubowski51@gmail.com","dop":"2025-04-06","serial_number":"18396928961753","imei1":"18396928961753","imei2":"18396928961753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176856,"job_number":"JOB_176856","tr_customer_id":176873,"tr_customer_product_id":176863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:59:51.000Z","modified_at":"2026-02-04T07:00:32.000Z","name":"Carlee Schneider","mobile_number":"965-515-6645","email_id":"Dayna_Turcotte23@yahoo.com","dop":"2025-04-06","serial_number":"13323967154011","imei1":"13323967154011","imei2":"13323967154011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176859,"job_number":"JOB_176859","tr_customer_id":176876,"tr_customer_product_id":176866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:05.000Z","modified_at":"2026-02-04T07:00:44.000Z","name":"Lazaro Rogahn","mobile_number":"543-846-1402","email_id":"Reynold_Schumm66@hotmail.com","dop":"2025-04-06","serial_number":"19733298009732","imei1":"19733298009732","imei2":"19733298009732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176861,"job_number":"JOB_176861","tr_customer_id":176878,"tr_customer_product_id":176868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:25.000Z","modified_at":"2026-02-04T07:01:04.000Z","name":"Warren Zieme","mobile_number":"947-908-5142","email_id":"Quinton11@yahoo.com","dop":"2025-04-06","serial_number":"19652338153764","imei1":"19652338153764","imei2":"19652338153764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176863,"job_number":"JOB_176863","tr_customer_id":176880,"tr_customer_product_id":176870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:27.000Z","modified_at":"2026-02-04T07:01:05.000Z","name":"River Kassulke","mobile_number":"598-350-8973","email_id":"Elouise.Koepp@hotmail.com","dop":"2025-04-06","serial_number":"19907468481440","imei1":"19907468481440","imei2":"19907468481440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176866,"job_number":"JOB_176866","tr_customer_id":176883,"tr_customer_product_id":176873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:35.000Z","modified_at":"2026-02-04T07:01:18.000Z","name":"Louisa Kub","mobile_number":"793-668-7976","email_id":"Teagan.Vandervort@yahoo.com","dop":"2025-04-06","serial_number":"11753451168271","imei1":"11753451168271","imei2":"11753451168271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176869,"job_number":"JOB_176869","tr_customer_id":176886,"tr_customer_product_id":176876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:40.000Z","modified_at":"2026-02-04T07:01:22.000Z","name":"Webster Veum","mobile_number":"214-612-1072","email_id":"Pearline_Welch@yahoo.com","dop":"2025-04-06","serial_number":"16449519170723","imei1":"16449519170723","imei2":"16449519170723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176872,"job_number":"JOB_176872","tr_customer_id":176889,"tr_customer_product_id":176879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:00:52.000Z","modified_at":"2026-02-04T07:01:31.000Z","name":"Harrison Mueller","mobile_number":"763-461-8020","email_id":"Oleta95@yahoo.com","dop":"2025-04-06","serial_number":"11972305432012","imei1":"11972305432012","imei2":"11972305432012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176875,"job_number":"JOB_176875","tr_customer_id":176892,"tr_customer_product_id":176882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:01:27.000Z","modified_at":"2026-02-04T07:02:10.000Z","name":"Ernesto Kilback","mobile_number":"881-392-9864","email_id":"Ayden_Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14878009807305","imei1":"14878009807305","imei2":"14878009807305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176878,"job_number":"JOB_176878","tr_customer_id":176895,"tr_customer_product_id":176885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:36.000Z","modified_at":"2026-02-04T07:04:19.000Z","name":"Lawson Abbott","mobile_number":"689-463-4285","email_id":"Amani5@gmail.com","dop":"2025-04-06","serial_number":"18664777181660","imei1":"18664777181660","imei2":"18664777181660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176880,"job_number":"JOB_176880","tr_customer_id":176897,"tr_customer_product_id":176887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:03:41.000Z","modified_at":"2026-02-04T07:04:25.000Z","name":"Duncan Tremblay","mobile_number":"476-655-9479","email_id":"Adan_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"14223695601298","imei1":"14223695601298","imei2":"14223695601298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176883,"job_number":"JOB_176883","tr_customer_id":176900,"tr_customer_product_id":176890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:04:28.000Z","modified_at":"2026-02-04T07:05:10.000Z","name":"Dan Renner","mobile_number":"690-919-8617","email_id":"Angelina_Stroman@gmail.com","dop":"2025-04-06","serial_number":"19931993713930","imei1":"19931993713930","imei2":"19931993713930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176886,"job_number":"JOB_176886","tr_customer_id":176903,"tr_customer_product_id":176893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:05:19.000Z","modified_at":"2026-02-04T07:06:02.000Z","name":"Santina Leffler","mobile_number":"319-596-5351","email_id":"Kavon17@hotmail.com","dop":"2025-04-06","serial_number":"16317518742286","imei1":"16317518742286","imei2":"16317518742286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176889,"job_number":"JOB_176889","tr_customer_id":176906,"tr_customer_product_id":176896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:00.000Z","modified_at":"2026-02-04T07:32:10.000Z","name":"Daniella Wehner","mobile_number":"622-384-7449","email_id":"Rachelle28@hotmail.com","dop":"2025-12-01","serial_number":"12350241995266","imei1":"12350241995266","imei2":"12350241995266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176891,"job_number":"JOB_176891","tr_customer_id":176908,"tr_customer_product_id":176898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:15.000Z","modified_at":"2026-02-04T07:32:25.000Z","name":"Viviane Breitenberg","mobile_number":"929-527-5510","email_id":"Jaylon93@yahoo.com","dop":"2025-12-01","serial_number":"10443923292196","imei1":"10443923292196","imei2":"10443923292196","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176893,"job_number":"JOB_176893","tr_customer_id":176910,"tr_customer_product_id":176900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:32:29.000Z","modified_at":"2026-02-04T07:32:39.000Z","name":"Laurianne Bechtelar","mobile_number":"662-354-4225","email_id":"Ian60@yahoo.com","dop":"2025-12-01","serial_number":"11914753534261","imei1":"11914753534261","imei2":"11914753534261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:32:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176894,"job_number":"JOB_176894","tr_customer_id":176911,"tr_customer_product_id":176901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:20.000Z","modified_at":"2026-02-04T07:43:31.000Z","name":"Alva Towne","mobile_number":"386-447-6006","email_id":"Alexander.Bailey@hotmail.com","dop":"2025-11-04","serial_number":"58341124239210","imei1":"58341124239210","imei2":"58341124239210","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176895,"job_number":"JOB_176895","tr_customer_id":176912,"tr_customer_product_id":176902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:35.000Z","modified_at":"2026-02-04T07:43:45.000Z","name":"Elroy Heller","mobile_number":"213-531-6807","email_id":"Otto23@hotmail.com","dop":"2025-11-04","serial_number":"70502130793654","imei1":"70502130793654","imei2":"70502130793654","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176896,"job_number":"JOB_176896","tr_customer_id":176913,"tr_customer_product_id":176903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:43:49.000Z","modified_at":"2026-02-04T07:44:00.000Z","name":"Carolyne Collins","mobile_number":"594-746-0357","email_id":"Nikko.Baumbach@hotmail.com","dop":"2025-11-04","serial_number":"98078291132871","imei1":"98078291132871","imei2":"98078291132871","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T07:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176900,"job_number":"JOB_176900","tr_customer_id":176917,"tr_customer_product_id":176907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T07:59:56.000Z","modified_at":"2026-02-04T08:00:38.000Z","name":"Kathlyn Terry","mobile_number":"719-587-2050","email_id":"Laurel.Padberg@gmail.com","dop":"2025-04-06","serial_number":"16051701842968","imei1":"16051701842968","imei2":"16051701842968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176902,"job_number":"JOB_176902","tr_customer_id":176919,"tr_customer_product_id":176909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:03.000Z","modified_at":"2026-02-04T08:00:15.000Z","name":"Payton Abshire","mobile_number":"408-538-9146","email_id":"Rusty.Kassulke24@gmail.com","dop":"2025-11-04","serial_number":"74292238238032","imei1":"74292238238032","imei2":"74292238238032","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176903,"job_number":"JOB_176903","tr_customer_id":176920,"tr_customer_product_id":176910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:19.000Z","modified_at":"2026-02-04T08:00:30.000Z","name":"Clemmie MacGyver","mobile_number":"352-449-9969","email_id":"Brisa_Kihn@gmail.com","dop":"2025-11-04","serial_number":"37664467090154","imei1":"37664467090154","imei2":"37664467090154","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176904,"job_number":"JOB_176904","tr_customer_id":176921,"tr_customer_product_id":176911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:00:35.000Z","modified_at":"2026-02-04T08:00:46.000Z","name":"Kendall Wilkinson","mobile_number":"329-696-7962","email_id":"Devin_Emmerich12@gmail.com","dop":"2025-11-04","serial_number":"90888060352626","imei1":"90888060352626","imei2":"90888060352626","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:00:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176905,"job_number":"JOB_176905","tr_customer_id":176922,"tr_customer_product_id":176912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:01:12.000Z","modified_at":"2026-02-04T08:01:57.000Z","name":"Mossie D'Amore","mobile_number":"921-638-4292","email_id":"Guy_Murray@gmail.com","dop":"2025-04-06","serial_number":"12186230934774","imei1":"12186230934774","imei2":"12186230934774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176907,"job_number":"JOB_176907","tr_customer_id":176924,"tr_customer_product_id":176914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:05:27.000Z","modified_at":"2026-02-04T09:23:38.000Z","name":"Laron Sanford","mobile_number":"434-744-2016","email_id":"Bryana.Lowe54@yahoo.com","dop":"2026-01-23","serial_number":"14940947674053","imei1":"14940947674053","imei2":"14940947674053","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:23:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176911,"job_number":"JOB_176911","tr_customer_id":176928,"tr_customer_product_id":176918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:14.000Z","modified_at":"2026-02-04T08:25:43.000Z","name":"Nicholas Mueller","mobile_number":"907-350-0420","email_id":"Johnathan74@yahoo.com","dop":"2025-02-01","serial_number":"13590347692258","imei1":"13590347692258","imei2":"13590347692258","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:25:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176915,"job_number":"JOB_176915","tr_customer_id":176932,"tr_customer_product_id":176922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:25:48.000Z","modified_at":"2026-02-04T08:26:16.000Z","name":"Jeramie Labadie","mobile_number":"480-240-9493","email_id":"Jamarcus57@yahoo.com","dop":"2025-02-01","serial_number":"27333792705218","imei1":"27333792705218","imei2":"27333792705218","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176918,"job_number":"JOB_176918","tr_customer_id":176935,"tr_customer_product_id":176925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:26:21.000Z","modified_at":"2026-02-04T08:26:48.000Z","name":"Sigmund Sauer","mobile_number":"941-388-4521","email_id":"Madaline.Schumm@gmail.com","dop":"2025-02-01","serial_number":"47533608096774","imei1":"47533608096774","imei2":"47533608096774","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176920,"job_number":"JOB_176920","tr_customer_id":176937,"tr_customer_product_id":176927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:27:19.000Z","modified_at":"2026-02-04T08:28:05.000Z","name":"Eileen Spencer","mobile_number":"831-351-4474","email_id":"Elta_Kozey@gmail.com","dop":"2025-04-06","serial_number":"13270922650773","imei1":"13270922650773","imei2":"13270922650773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176923,"job_number":"JOB_176923","tr_customer_id":176940,"tr_customer_product_id":176930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:28:14.000Z","modified_at":"2026-02-04T08:29:00.000Z","name":"Clarabelle Swift","mobile_number":"638-688-5943","email_id":"Omer_Brown0@gmail.com","dop":"2025-04-06","serial_number":"17358133539558","imei1":"17358133539558","imei2":"17358133539558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176926,"job_number":"JOB_176926","tr_customer_id":176943,"tr_customer_product_id":176933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:29:09.000Z","modified_at":"2026-02-04T08:29:54.000Z","name":"Royce Botsford","mobile_number":"829-507-9026","email_id":"Leonel5@gmail.com","dop":"2025-04-06","serial_number":"14663010817008","imei1":"14663010817008","imei2":"14663010817008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176930,"job_number":"JOB_176930","tr_customer_id":176947,"tr_customer_product_id":176937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:40:48.000Z","modified_at":"2026-02-04T11:25:03.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"13175471701786","imei1":"13175471701786","imei2":"13175471701786","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T11:25:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176933,"job_number":"JOB_176933","tr_customer_id":176950,"tr_customer_product_id":176940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:42:29.000Z","modified_at":"2026-02-04T08:42:57.000Z","name":"Barbara Torp","mobile_number":"914-519-6090","email_id":"Nolan.Rogahn78@gmail.com","dop":"2025-02-01","serial_number":"66646263294215","imei1":"66646263294215","imei2":"66646263294215","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176936,"job_number":"JOB_176936","tr_customer_id":176953,"tr_customer_product_id":176943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:02.000Z","modified_at":"2026-02-04T08:43:30.000Z","name":"Adriana Crooks","mobile_number":"591-308-0977","email_id":"Randy_Hermiston@gmail.com","dop":"2025-02-01","serial_number":"75678121575480","imei1":"75678121575480","imei2":"75678121575480","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176939,"job_number":"JOB_176939","tr_customer_id":176956,"tr_customer_product_id":176946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T08:43:35.000Z","modified_at":"2026-02-04T08:44:02.000Z","name":"Isom Rogahn","mobile_number":"938-458-0008","email_id":"Grover53@gmail.com","dop":"2025-02-01","serial_number":"71727241940209","imei1":"71727241940209","imei2":"71727241940209","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T08:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176943,"job_number":"JOB_176943","tr_customer_id":176960,"tr_customer_product_id":176950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:13:34.000Z","modified_at":"2026-02-04T09:14:01.000Z","name":"Jeffrey Kessler","mobile_number":"763-567-6264","email_id":"Colten68@hotmail.com","dop":"2025-02-01","serial_number":"84719683254893","imei1":"84719683254893","imei2":"84719683254893","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176946,"job_number":"JOB_176946","tr_customer_id":176963,"tr_customer_product_id":176953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:06.000Z","modified_at":"2026-02-04T09:14:34.000Z","name":"Gunnar Stamm","mobile_number":"629-340-4732","email_id":"Jaida_Abshire40@yahoo.com","dop":"2025-02-01","serial_number":"39372684322940","imei1":"39372684322940","imei2":"39372684322940","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:14:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176949,"job_number":"JOB_176949","tr_customer_id":176966,"tr_customer_product_id":176956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:14:39.000Z","modified_at":"2026-02-04T09:15:06.000Z","name":"Elfrieda Friesen","mobile_number":"865-414-3624","email_id":"Gregoria.Barton55@hotmail.com","dop":"2025-02-01","serial_number":"73604948692495","imei1":"73604948692495","imei2":"73604948692495","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176950,"job_number":"JOB_176950","tr_customer_id":176967,"tr_customer_product_id":176957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:29:06.000Z","modified_at":"2026-02-04T10:04:07.000Z","name":"Arno Batz","mobile_number":"332-605-0626","email_id":"Wilford_Turcotte86@gmail.com","dop":"2026-01-23","serial_number":"13787548856635","imei1":"13787548856635","imei2":"13787548856635","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176952,"job_number":"JOB_176952","tr_customer_id":176969,"tr_customer_product_id":176959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:31:32.000Z","modified_at":"2026-02-04T09:32:15.000Z","name":"Damian Hodkiewicz","mobile_number":"346-313-2458","email_id":"Christy17@yahoo.com","dop":"2025-04-06","serial_number":"13655170920142","imei1":"13655170920142","imei2":"13655170920142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176955,"job_number":"JOB_176955","tr_customer_id":176972,"tr_customer_product_id":176962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:32:23.000Z","modified_at":"2026-02-04T09:33:06.000Z","name":"Tara Swift","mobile_number":"585-669-0224","email_id":"Florencio.Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12483041256652","imei1":"12483041256652","imei2":"12483041256652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176958,"job_number":"JOB_176958","tr_customer_id":176975,"tr_customer_product_id":176965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T09:33:15.000Z","modified_at":"2026-02-04T09:33:57.000Z","name":"Bertrand Feeney","mobile_number":"809-716-6156","email_id":"Jazlyn93@hotmail.com","dop":"2025-04-06","serial_number":"17789725593902","imei1":"17789725593902","imei2":"17789725593902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T09:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176962,"job_number":"JOB_176962","tr_customer_id":176979,"tr_customer_product_id":176969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:05.000Z","modified_at":"2026-02-04T10:05:07.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11028379041378","imei1":"11028379041378","imei2":"11028379041378","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176965,"job_number":"JOB_176965","tr_customer_id":176982,"tr_customer_product_id":176972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:08.000Z","modified_at":"2026-02-04T10:05:11.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19782023888974","imei1":"19782023888974","imei2":"19782023888974","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176968,"job_number":"JOB_176968","tr_customer_id":176985,"tr_customer_product_id":176975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:05:12.000Z","modified_at":"2026-02-04T10:05:14.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"14056245231804","imei1":"14056245231804","imei2":"14056245231804","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:05:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176971,"job_number":"JOB_176971","tr_customer_id":176988,"tr_customer_product_id":176978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:03.000Z","modified_at":"2026-02-04T10:06:06.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14525575946224","imei1":"14525575946224","imei2":"14525575946224","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176974,"job_number":"JOB_176974","tr_customer_id":176991,"tr_customer_product_id":176981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:07.000Z","modified_at":"2026-02-04T10:06:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"14194488173955","imei1":"14194488173955","imei2":"14194488173955","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176977,"job_number":"JOB_176977","tr_customer_id":176994,"tr_customer_product_id":176984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:06:11.000Z","modified_at":"2026-02-04T10:06:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"17778810733270","imei1":"17778810733270","imei2":"17778810733270","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:06:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176980,"job_number":"JOB_176980","tr_customer_id":176997,"tr_customer_product_id":176987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:20.000Z","modified_at":"2026-02-04T10:08:23.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14400955148736","imei1":"14400955148736","imei2":"14400955148736","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176983,"job_number":"JOB_176983","tr_customer_id":177000,"tr_customer_product_id":176990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:24.000Z","modified_at":"2026-02-04T10:08:26.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19738002779416","imei1":"19738002779416","imei2":"19738002779416","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176986,"job_number":"JOB_176986","tr_customer_id":177003,"tr_customer_product_id":176993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:08:27.000Z","modified_at":"2026-02-04T10:08:30.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"14764546350259","imei1":"14764546350259","imei2":"14764546350259","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176992,"job_number":"JOB_176992","tr_customer_id":177009,"tr_customer_product_id":176999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:06.000Z","modified_at":"2026-02-04T10:26:09.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"14956584954997","imei1":"14956584954997","imei2":"14956584954997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176995,"job_number":"JOB_176995","tr_customer_id":177012,"tr_customer_product_id":177002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:10.000Z","modified_at":"2026-02-04T10:26:12.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"11294390725898","imei1":"11294390725898","imei2":"11294390725898","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176998,"job_number":"JOB_176998","tr_customer_id":177015,"tr_customer_product_id":177005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:26:14.000Z","modified_at":"2026-02-04T10:26:16.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19441531545534","imei1":"19441531545534","imei2":"19441531545534","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176999,"job_number":"JOB_176999","tr_customer_id":177016,"tr_customer_product_id":177006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:28:19.000Z","modified_at":"2026-02-04T10:30:02.000Z","name":"Linda Kilback","mobile_number":"423-969-9270","email_id":"Deontae_Block@gmail.com","dop":"2026-01-23","serial_number":"10021354211803","imei1":"10021354211803","imei2":"10021354211803","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177002,"job_number":"JOB_177002","tr_customer_id":177019,"tr_customer_product_id":177009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:09.000Z","modified_at":"2026-02-04T10:31:37.000Z","name":"Malcolm Ziemann","mobile_number":"307-871-4964","email_id":"Meaghan.Jacobi39@yahoo.com","dop":"2025-02-01","serial_number":"100158040270285","imei1":"100158040270285","imei2":"100158040270285","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177005,"job_number":"JOB_177005","tr_customer_id":177022,"tr_customer_product_id":177012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:31:42.000Z","modified_at":"2026-02-04T10:32:10.000Z","name":"Reece Moore","mobile_number":"947-702-7006","email_id":"Walton_Hilpert@gmail.com","dop":"2025-02-01","serial_number":"93756921316239","imei1":"93756921316239","imei2":"93756921316239","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177008,"job_number":"JOB_177008","tr_customer_id":177025,"tr_customer_product_id":177015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:15.000Z","modified_at":"2026-02-04T10:32:44.000Z","name":"Greta Moen","mobile_number":"367-779-7054","email_id":"Branson12@gmail.com","dop":"2025-02-01","serial_number":"37817849785667","imei1":"37817849785667","imei2":"37817849785667","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177009,"job_number":"JOB_177009","tr_customer_id":177026,"tr_customer_product_id":177016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:32:31.000Z","modified_at":"2026-02-04T10:33:03.000Z","name":"Alexandrea Lowe","mobile_number":"924-848-4901","email_id":"Shaina66@hotmail.com","dop":"2026-01-23","serial_number":"16484517014722","imei1":"16484517014722","imei2":"16484517014722","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177010,"job_number":"JOB_177010","tr_customer_id":177027,"tr_customer_product_id":177017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:34:52.000Z","modified_at":"2026-02-04T10:35:21.000Z","name":"Margarete Harvey","mobile_number":"784-799-3926","email_id":"Francisca.Mann@hotmail.com","dop":"2026-01-23","serial_number":"13432825974496","imei1":"13432825974496","imei2":"13432825974496","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177012,"job_number":"JOB_177012","tr_customer_id":177029,"tr_customer_product_id":177019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:41:59.000Z","modified_at":"2026-02-04T10:42:39.000Z","name":"Austyn Fahey","mobile_number":"780-776-8630","email_id":"Marie_Towne49@hotmail.com","dop":"2025-04-06","serial_number":"16832021979798","imei1":"16832021979798","imei2":"16832021979798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177015,"job_number":"JOB_177015","tr_customer_id":177032,"tr_customer_product_id":177022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:42:46.000Z","modified_at":"2026-02-04T10:43:25.000Z","name":"Alia Jacobs","mobile_number":"697-540-8961","email_id":"Sigrid.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16224269725742","imei1":"16224269725742","imei2":"16224269725742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177018,"job_number":"JOB_177018","tr_customer_id":177035,"tr_customer_product_id":177025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T10:43:33.000Z","modified_at":"2026-02-04T10:44:12.000Z","name":"Skylar Donnelly","mobile_number":"999-677-3711","email_id":"Solon73@gmail.com","dop":"2025-04-06","serial_number":"10483624809415","imei1":"10483624809415","imei2":"10483624809415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T10:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177030,"job_number":"JOB_177030","tr_customer_id":177047,"tr_customer_product_id":177037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T11:38:59.000Z","modified_at":"2026-02-04T11:39:03.000Z","name":"Kat Anand","mobile_number":"7059787343","email_id":"sanuaanand@gmail.com","dop":"2025-12-31","serial_number":"18463990058461","imei1":"18463990058461","imei2":"18463990058461","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T11:39:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177049,"job_number":"JOB_177049","tr_customer_id":177066,"tr_customer_product_id":177056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:16:40.000Z","modified_at":"2026-02-04T12:17:16.000Z","name":"Julianne Hartmann","mobile_number":"306-569-3499","email_id":"Devonte83@yahoo.com","dop":"2025-02-01","serial_number":"42035281123111","imei1":"42035281123111","imei2":"42035281123111","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177052,"job_number":"JOB_177052","tr_customer_id":177069,"tr_customer_product_id":177059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:17:25.000Z","modified_at":"2026-02-04T12:18:00.000Z","name":"Blaze Willms","mobile_number":"351-891-7997","email_id":"Quinton38@hotmail.com","dop":"2025-02-01","serial_number":"61432937308800","imei1":"61432937308800","imei2":"61432937308800","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177055,"job_number":"JOB_177055","tr_customer_id":177072,"tr_customer_product_id":177062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:18:09.000Z","modified_at":"2026-02-04T12:18:44.000Z","name":"Aryanna Stoltenberg","mobile_number":"382-465-5986","email_id":"Rigoberto.McLaughlin@yahoo.com","dop":"2025-02-01","serial_number":"65878412512332","imei1":"65878412512332","imei2":"65878412512332","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177059,"job_number":"JOB_177059","tr_customer_id":177076,"tr_customer_product_id":177066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:04.000Z","modified_at":"2026-02-04T12:26:37.000Z","name":"Juana Aufderhar","mobile_number":"732-921-0441","email_id":"Matilda_Huels@yahoo.com","dop":"2025-02-01","serial_number":"44107185092758","imei1":"44107185092758","imei2":"44107185092758","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177062,"job_number":"JOB_177062","tr_customer_id":177079,"tr_customer_product_id":177069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:26:45.000Z","modified_at":"2026-02-04T12:27:17.000Z","name":"Maybelle Tromp","mobile_number":"724-741-0565","email_id":"Amy.Prohaska70@hotmail.com","dop":"2025-02-01","serial_number":"104485384635073","imei1":"104485384635073","imei2":"104485384635073","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177065,"job_number":"JOB_177065","tr_customer_id":177082,"tr_customer_product_id":177072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:27:26.000Z","modified_at":"2026-02-04T12:27:58.000Z","name":"Jasmin Dare","mobile_number":"954-631-8605","email_id":"Morton_Thiel86@gmail.com","dop":"2025-02-01","serial_number":"59523177227848","imei1":"59523177227848","imei2":"59523177227848","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177069,"job_number":"JOB_177069","tr_customer_id":177086,"tr_customer_product_id":177076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:32:24.000Z","modified_at":"2026-02-04T12:33:01.000Z","name":"Harmony Stokes","mobile_number":"239-286-8560","email_id":"Geo.Sauer56@yahoo.com","dop":"2025-02-01","serial_number":"61101248329046","imei1":"61101248329046","imei2":"61101248329046","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177072,"job_number":"JOB_177072","tr_customer_id":177089,"tr_customer_product_id":177079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:10.000Z","modified_at":"2026-02-04T12:33:47.000Z","name":"Harrison Jacobs","mobile_number":"655-622-8187","email_id":"Colin_Orn@yahoo.com","dop":"2025-02-01","serial_number":"102432818807436","imei1":"102432818807436","imei2":"102432818807436","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":177075,"job_number":"JOB_177075","tr_customer_id":177092,"tr_customer_product_id":177082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T12:33:56.000Z","modified_at":"2026-02-04T12:34:32.000Z","name":"Reta Kerluke","mobile_number":"612-803-2627","email_id":"Skyla.Friesen31@yahoo.com","dop":"2025-02-01","serial_number":"61941237847437","imei1":"61941237847437","imei2":"61941237847437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T12:34:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 644ms
Mean size per request: 1017B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e28e7d9a-f35e-463b-b06e-d7865c3d1611
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1017
ETag W/"3f9-Kej+zQo5xKmv+8rhXdau5pbzV4k"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:58:13.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-04T13:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65000}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6003ddc5-9243-49ea-aef9-945ed6ac409e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":177093}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 709ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDIxMzQ5M30.EDlBbpzRsjs06F4QWFiLLdN3mYqEty76eOyCV1msbMg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 468fbd6f-338c-4493-965f-80ed56bb1e42
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d39d4b06-10a3-4965-969b-2120497e999b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Fv1UKBqu+XZMclklJZePKkzgqNQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e9d49308-a1cf-4331-bcd1-6d5ca24da053
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 312ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0049472c-1da4-4394-b672-731ffc5a5f71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-h3hbJQgPVJFSaRrOkfKgc9vFVjk"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":664},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83100e20-599e-4292-a38a-6f8e9d2ff21d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-XNR1Oc6Kk+fkVTLu/TatyYn+w/A"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:58:15.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T13:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 67592a15-0af5-42d0-bd1e-7478c4f79ed1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-XNR1Oc6Kk+fkVTLu/TatyYn+w/A"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:58:15.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T13:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65260}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 300ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19106369-7f89-42ac-928e-62f6d6d971a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":177093}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_69251"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 333ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b17b8517-419c-4c38-8487-441b379b4646
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_177093"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-UqGh9EPxSiPc0HVpYsVEx1ys2Xc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 13:58:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:58:18.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T13:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_65040' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_177093
Response Information
Response Code: 200 - OK
Mean time per request: 330ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAyMTM0OTZ9.-9Xwfk_WvWKilHZAaEckJxR_h3CNLJ7PWhKoHVoNDFQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a139c9a-9b3d-477c-9ab3-e814ecaf4099
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3f-0JybchXzniQiEI+WcpTMdi9woW0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 13:58:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":177093,"job_number":"JOB_177093","tr_customer_id":177110,"tr_customer_product_id":177100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T13:57:57.000Z","modified_at":"2026-02-04T13:58:18.000Z","name":"Matt Jaskolski","mobile_number":"964-853-1152","email_id":"Jules27@yahoo.com","dop":"2025-05-30","serial_number":"15368360199044","imei1":"15368360199044","imei2":"15368360199044","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T13:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":675604,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-04T13:57:57.000Z","created_at":"2026-02-04T13:57:57.000Z"},{"id":675605,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-04T13:57:57.000Z","created_at":"2026-02-04T13:57:57.000Z"},{"id":675610,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-02-04T13:58:10.000Z","created_at":"2026-02-04T13:58:10.000Z"},{"id":675611,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-02-04T13:58:13.000Z","created_at":"2026-02-04T13:58:13.000Z"},{"id":675612,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-02-04T13:58:15.000Z","created_at":"2026-02-04T13:58:15.000Z"},{"id":675613,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-04T13:58:18.000Z","created_at":"2026-02-04T13:58:18.000Z"},{"id":675614,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-04T13:58:18.000Z","created_at":"2026-02-04T13:58:18.000Z"}],"problems":[{"id":161976,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T13:57:57.000Z"},{"id":161979,"problem":"Poor battery life","remark":"Replaced the battery","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-02-04T13:58:13.000Z"}],"quatations":[]}}
Test Information
No Tests for this request